s

semanticcms-autogit

Parent POM for SemanticCMS automatic Git.
https://semanticcms.com/docs/semanticcms-autogit/
文件下载
文件名 操作
semanticcms-autogit-1.2.pom 下载
Apache Maven
<dependency>
  <groupId>com.semanticcms</groupId>
  <artifactId>semanticcms-autogit</artifactId>
  <version>1.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.semanticcms:semanticcms-autogit:1.2'
Gradle Kotlin
implementation("com.semanticcms:semanticcms-autogit:1.2")
Scala SBT
libraryDependencies += "com.semanticcms" % "semanticcms-autogit" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.semanticcms', module='semanticcms-autogit', version='1.2')
)
Apache Ivy
<dependency org="com.semanticcms" name="semanticcms-autogit" rev="1.2" />
Leiningen
[com.semanticcms/semanticcms-autogit "1.2"]
Apache Buildr
'com.semanticcms:semanticcms-autogit:jar:1.2'