MVN

org.commonjava.aprox : aprox-subsys-git

Maven & Gradle

Oct 16, 2015
4 usages

AProx :: Subsystems :: Git Support

<dependency>
    <groupId>org.commonjava.aprox</groupId>
    <artifactId>aprox-subsys-git</artifactId>
    <version>0.25.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.commonjava.aprox : aprox-subsys-git to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.25.1

All Versions

Choose a version of org.commonjava.aprox : aprox-subsys-git to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.25.x
aprox-subsys-git-0.25.1
aprox-subsys-git-0.25.0
0.24.x
aprox-subsys-git-0.24.0
0.23.x
aprox-subsys-git-0.23.2
aprox-subsys-git-0.23.1
aprox-subsys-git-0.23.0
0.22.x
aprox-subsys-git-0.22.0
0.21.x
aprox-subsys-git-0.21.0
0.20.x
aprox-subsys-git-0.20.0
0.19.x
aprox-subsys-git-0.19.2
aprox-subsys-git-0.19.1
0.19
aprox-subsys-git-0.19
0.18.x
aprox-subsys-git-0.18.5
aprox-subsys-git-0.18.4
aprox-subsys-git-0.18.3
aprox-subsys-git-0.18.2
aprox-subsys-git-0.18.1
aprox-subsys-git-0.18.0
0.17.x
aprox-subsys-git-0.17.0
0.16.x
aprox-subsys-git-0.16.4
aprox-subsys-git-0.16.3
aprox-subsys-git-0.16.2
aprox-subsys-git-0.16.1
aprox-subsys-git-0.16.0

How to add a dependency to Maven

Add the following org.commonjava.aprox : aprox-subsys-git maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.commonjava.aprox</groupId>
    <artifactId>aprox-subsys-git</artifactId>
    <version>0.25.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.commonjava.aprox : aprox-subsys-git gradle dependency to your build.gradle file:

implementation 'org.commonjava.aprox:aprox-subsys-git:0.25.1'

Gradle Kotlin DSL: Add the following org.commonjava.aprox : aprox-subsys-git gradle kotlin dependency to your build.gradle.kts file:

implementation("org.commonjava.aprox:aprox-subsys-git:0.25.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.commonjava.aprox : aprox-subsys-git sbt scala dependency to your build.sbt file:

libraryDependencies += "org.commonjava.aprox" % "aprox-subsys-git" % "0.25.1"