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