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 10.0.0


Group ID:
com.atlassian.crowd.client
Artifact ID:
crowd-scala-client-model_2.11
Version:
10.0.0
Release Date:
Nov 19, 2017
Licenses:

libraryDependencies += "com.atlassian.crowd.client" %% "crowd-scala-client-model" % "10.0.0"
resolvers += Resolver.bintrayRepo("atlassian-central", "maven")

Mill build tool

ivy"com.atlassian.crowd.client::crowd-scala-client-model:10.0.0"
MavenRepository("https://dl.bintray.com/atlassian-central/maven")

Scala CLI

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

Ammonite REPL

import $ivy.`com.atlassian.crowd.client::crowd-scala-client-model:10.0.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray atlassian-central maven",
  "Some(https://dl.bintray.com/atlassian-central/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.atlassian.crowd.client</groupId>
  <artifactId>crowd-scala-client-model_2.11</artifactId>
  <version>10.0.0</version>
</dependency>

compile group: 'com.atlassian.crowd.client', name: 'crowd-scala-client-model_2.11', version: '10.0.0'