s

semanticcms-autogit-bom

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