rtyley / scala-git   4.8

GitHub

small Scala veneer over JGit

Scala versions: 2.13 2.12 2.11 2.10

scala-git 2.8


Group ID:
com.madgag.scala-git
Artifact ID:
scala-git_2.10
Version:
2.8
Release Date:
Dec 30, 2014
Licenses:

libraryDependencies += "com.madgag.scala-git" %% "scala-git" % "2.8"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.madgag.scala-git::scala-git:2.8"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.madgag.scala-git::scala-git:2.8"

Ammonite REPL

import $ivy.`com.madgag.scala-git::scala-git:2.8`
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.madgag.scala-git</groupId>
  <artifactId>scala-git_2.10</artifactId>
  <version>2.8</version>
</dependency>

compile group: 'com.madgag.scala-git', name: 'scala-git_2.10', version: '2.8'