MVN

com.madgag.scala-git : scala-git_2.11

Maven & Gradle

Aug 27, 2017
3 usages
20 stars

scala-git · Scala veneer for JGit

<dependency>
    <groupId>com.madgag.scala-git</groupId>
    <artifactId>scala-git_2.11</artifactId>
    <version>3.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.madgag.scala-git : scala-git_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.5

All Versions

Choose a version of com.madgag.scala-git : scala-git_2.11 to add to Maven or Gradle - All Versions:

  • Version Updated
  • scala-git_2.11-3.5

    Aug 27, 2017
  • scala-git_2.11-3.4

    Apr 14, 2016
  • scala-git_2.11-3.3

    Sep 04, 2015
  • scala-git_2.11-3.2

    Sep 03, 2015
  • scala-git_2.11-3.1

    Sep 02, 2015
  • scala-git_2.11-3.0

    Aug 12, 2015
  • scala-git_2.11-2.14

    Aug 05, 2015
  • scala-git_2.11-2.9

    Feb 08, 2015
  • scala-git_2.11-2.8

    Dec 23, 2014
  • scala-git_2.11-2.7

    Oct 10, 2014
  • scala-git_2.11-2.6

    Oct 05, 2014
  • scala-git_2.11-2.5

    Oct 01, 2014
  • scala-git_2.11-2.4

    May 27, 2014
  • scala-git_2.11-2.3

    May 10, 2014
  • scala-git_2.11-2.2

    May 08, 2014
  • scala-git_2.11-2.1

    May 02, 2014
  • scala-git_2.11-2.0

    Apr 19, 2014

How to add a dependency to Maven

Add the following com.madgag.scala-git : scala-git_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.madgag.scala-git</groupId>
    <artifactId>scala-git_2.11</artifactId>
    <version>3.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.madgag.scala-git : scala-git_2.11 gradle dependency to your build.gradle file:

implementation 'com.madgag.scala-git:scala-git_2.11:3.5'

Gradle Kotlin DSL: Add the following com.madgag.scala-git : scala-git_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.madgag.scala-git:scala-git_2.11:3.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.madgag.scala-git : scala-git_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.madgag.scala-git" % "scala-git_2.11" % "3.5"