codacy / bitbucket-scala-client   6.0.0

Apache License 2.0 GitHub

Simple Bitbucket Scala Client

Scala versions: 2.13 2.12 2.11 2.10

bitbucket-scala-client 1.6.3


Group ID:
com.codacy
Artifact ID:
bitbucket-scala-client_2.11
Version:
1.6.3
Release Date:
Dec 28, 2015
Licenses:

libraryDependencies += "com.codacy" %% "bitbucket-scala-client" % "1.6.3"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.codacy::bitbucket-scala-client:1.6.3"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.codacy::bitbucket-scala-client:1.6.3"

Ammonite REPL

import $ivy.`com.codacy::bitbucket-scala-client:1.6.3`
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.codacy</groupId>
  <artifactId>bitbucket-scala-client_2.11</artifactId>
  <version>1.6.3</version>
</dependency>

compile group: 'com.codacy', name: 'bitbucket-scala-client_2.11', version: '1.6.3'