scalacenter / scaladex-not-found   1.1.0

GitHub
Scala versions: 2.12 2.11 2.10
Scala.js versions: 0.6
sbt plugins: 1.0 0.13

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

Mill build tool

ivy"com.atlassian.crowd.client::crowd-scala-client-model:9.0.0"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.atlassian.crowd.client::crowd-scala-client-model:9.0.0"

Ammonite REPL

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'