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