GroupId | GroupIdcom.intellectualsites.bom |
---|---|
ArtifactId | ArtifactIdbom |
Version | Version1.7 |
Type | Typepom |
Filename | Size |
---|---|
bom-1.7.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.intellectualsites.bom/bom/ -->
<dependency>
<groupId>com.intellectualsites.bom</groupId>
<artifactId>bom</artifactId>
<version>1.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.intellectualsites.bom/bom/
implementation 'com.intellectualsites.bom:bom:1.7'
// https://jarcasting.com/artifacts/com.intellectualsites.bom/bom/
implementation ("com.intellectualsites.bom:bom:1.7")
'com.intellectualsites.bom:bom:pom:1.7'
<dependency org="com.intellectualsites.bom" name="bom" rev="1.7">
<artifact name="bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.intellectualsites.bom', module='bom', version='1.7')
)
libraryDependencies += "com.intellectualsites.bom" % "bom" % "1.7"
[com.intellectualsites.bom/bom "1.7"]