simplefx-core 2.4.0-SNAPSHOT


Group ID:
SANDEC
Artifact ID:
simplefx-core_2.11
Version:
2.4.0-SNAPSHOT
Release Date:
Apr 26, 2017
Licenses:

libraryDependencies += "SANDEC" %% "simplefx-core" % "2.4.0-SNAPSHOT"
resolvers += Resolver.bintrayRepo("sandec", "repo")

Mill build tool

ivy"SANDEC::simplefx-core:2.4.0-SNAPSHOT"
MavenRepository("https://dl.bintray.com/sandec/repo")

Scala CLI

//> using dep "SANDEC::simplefx-core:2.4.0-SNAPSHOT"

Ammonite REPL

import $ivy.`SANDEC::simplefx-core:2.4.0-SNAPSHOT`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray sandec repo",
  "Some(https://dl.bintray.com/sandec/repo)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>SANDEC</groupId>
  <artifactId>simplefx-core_2.11</artifactId>
  <version>2.4.0-SNAPSHOT</version>
</dependency>

compile group: 'SANDEC', name: 'simplefx-core_2.11', version: '2.4.0-SNAPSHOT'