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-rest-client-parent 9.0.3


Group ID:
com.atlassian.crowd.client
Artifact ID:
crowd-rest-client-parent_2.11
Version:
9.0.3
Release Date:
Nov 18, 2017
Licenses:

libraryDependencies += "com.atlassian.crowd.client" %% "crowd-rest-client-parent" % "9.0.3"
resolvers += Resolver.bintrayRepo("atlassian-central", "maven")

Mill build tool

ivy"com.atlassian.crowd.client::crowd-rest-client-parent:9.0.3"
MavenRepository("https://dl.bintray.com/atlassian-central/maven")

Scala CLI

//> using dep "com.atlassian.crowd.client::crowd-rest-client-parent:9.0.3"

Ammonite REPL

import $ivy.`com.atlassian.crowd.client::crowd-rest-client-parent:9.0.3`
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-rest-client-parent_2.11</artifactId>
  <version>9.0.3</version>
</dependency>

compile group: 'com.atlassian.crowd.client', name: 'crowd-rest-client-parent_2.11', version: '9.0.3'