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 4.0.2


Group ID:
com.atlassian.crowd.client
Artifact ID:
crowd-scala-client-model_2.11
Version:
4.0.2
Release Date:
Mar 2, 2018
Licenses:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

import $ivy.`com.atlassian.crowd.client::crowd-scala-client-model:4.0.2`
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>4.0.2</version>
</dependency>

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