haxe-scala-stm 0.1.0


Group ID:
com.qifun
Artifact ID:
haxe-scala-stm_2.10
Version:
0.1.0
Release Date:
Nov 15, 2014
Licenses:

libraryDependencies += "com.qifun" %% "haxe-scala-stm" % "0.1.0"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.qifun::haxe-scala-stm:0.1.0"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.qifun::haxe-scala-stm:0.1.0"

Ammonite REPL

import $ivy.`com.qifun::haxe-scala-stm:0.1.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.qifun</groupId>
  <artifactId>haxe-scala-stm_2.10</artifactId>
  <version>0.1.0</version>
</dependency>

compile group: 'com.qifun', name: 'haxe-scala-stm_2.10', version: '0.1.0'