Files download
File Operation
semanticcms-autogit-1.8.2.pom download
Apache Maven
<dependency>
  <groupId>com.semanticcms</groupId>
  <artifactId>semanticcms-autogit</artifactId>
  <version>1.8.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.semanticcms:semanticcms-autogit:1.8.2'
Gradle Kotlin
implementation("com.semanticcms:semanticcms-autogit:1.8.2")
Scala SBT
libraryDependencies += "com.semanticcms" % "semanticcms-autogit" % "1.8.2"
Groovy Grape
@Grapes(
  @Grab(group='com.semanticcms', module='semanticcms-autogit', version='1.8.2')
)
Apache Ivy
<dependency org="com.semanticcms" name="semanticcms-autogit" rev="1.8.2" />
Leiningen
[com.semanticcms/semanticcms-autogit "1.8.2"]
Apache Buildr
'com.semanticcms:semanticcms-autogit:jar:1.8.2'