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.6


Group ID:
com.codacy
Artifact ID:
bitbucket-scala-client_2.11
Version:
1.6.6
Release Date:
Feb 22, 2016
Licenses:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

import $ivy.`com.codacy::bitbucket-scala-client:1.6.6`
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.6</version>
</dependency>

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