Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.semanticcms |
ArtifactId | ArtifactIdsemanticcms |
Version | Version1.9.0 |
Type | Typepom |
Filename | Size |
---|---|
semanticcms-1.9.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.semanticcms/semanticcms/ -->
<dependency>
<groupId>com.semanticcms</groupId>
<artifactId>semanticcms</artifactId>
<version>1.9.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.semanticcms/semanticcms/
implementation 'com.semanticcms:semanticcms:1.9.0'
// https://jarcasting.com/artifacts/com.semanticcms/semanticcms/
implementation ("com.semanticcms:semanticcms:1.9.0")
'com.semanticcms:semanticcms:pom:1.9.0'
<dependency org="com.semanticcms" name="semanticcms" rev="1.9.0">
<artifact name="semanticcms" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.semanticcms', module='semanticcms', version='1.9.0')
)
libraryDependencies += "com.semanticcms" % "semanticcms" % "1.9.0"
[com.semanticcms/semanticcms "1.9.0"]