GroupId | GroupIdme.xethh.libs.toolkits |
---|---|
ArtifactId | ArtifactIdlibs-bom |
Version | Version1.4.2-RELEASE |
Type | Typepom |
Filename | Size |
---|---|
libs-bom-1.4.2-RELEASE.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.xethh.libs.toolkits/libs-bom/ -->
<dependency>
<groupId>me.xethh.libs.toolkits</groupId>
<artifactId>libs-bom</artifactId>
<version>1.4.2-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/me.xethh.libs.toolkits/libs-bom/
implementation 'me.xethh.libs.toolkits:libs-bom:1.4.2-RELEASE'
// https://jarcasting.com/artifacts/me.xethh.libs.toolkits/libs-bom/
implementation ("me.xethh.libs.toolkits:libs-bom:1.4.2-RELEASE")
'me.xethh.libs.toolkits:libs-bom:pom:1.4.2-RELEASE'
<dependency org="me.xethh.libs.toolkits" name="libs-bom" rev="1.4.2-RELEASE">
<artifact name="libs-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='me.xethh.libs.toolkits', module='libs-bom', version='1.4.2-RELEASE')
)
libraryDependencies += "me.xethh.libs.toolkits" % "libs-bom" % "1.4.2-RELEASE"
[me.xethh.libs.toolkits/libs-bom "1.4.2-RELEASE"]