crowd-scala-client-model 9.0.0
Group ID:
com.atlassian.crowd.client
Artifact ID:
crowd-scala-client-model_2.10
Version:
9.0.0
Release Date:
Nov 18, 2017
Licenses:
libraryDependencies += "com.atlassian.crowd.client" %% "crowd-scala-client-model" % "9.0.0" resolvers += Resolver.bintrayJCenter
ivy"com.atlassian.crowd.client::crowd-scala-client-model:9.0.0" MavenRepository("https://jcenter.bintray.com")
//> using dep "com.atlassian.crowd.client::crowd-scala-client-model:9.0.0"
import $ivy.`com.atlassian.crowd.client::crowd-scala-client-model:9.0.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.atlassian.crowd.client</groupId> <artifactId>crowd-scala-client-model_2.10</artifactId> <version>9.0.0</version> </dependency>
compile group: 'com.atlassian.crowd.client', name: 'crowd-scala-client-model_2.10', version: '9.0.0'