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