is not current version
Last Version 1.9

com.intellectualsites.bom:bom 1.6

Bill of materials for IntellectualSites projects.

GroupId

GroupId

com.intellectualsites.bom
ArtifactId

ArtifactId

bom
Version

Version

1.6
Type

Type

pom

Download bom 1.6

Filename Size
bom-1.6.pom
Browse

<!-- https://jarcasting.com/artifacts/com.intellectualsites.bom/bom/ -->
<dependency>
    <groupId>com.intellectualsites.bom</groupId>
    <artifactId>bom</artifactId>
    <version>1.6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.intellectualsites.bom/bom/
implementation 'com.intellectualsites.bom:bom:1.6'
// https://jarcasting.com/artifacts/com.intellectualsites.bom/bom/
implementation ("com.intellectualsites.bom:bom:1.6")
'com.intellectualsites.bom:bom:pom:1.6'
<dependency org="com.intellectualsites.bom" name="bom" rev="1.6">
  <artifact name="bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.intellectualsites.bom', module='bom', version='1.6')
)
libraryDependencies += "com.intellectualsites.bom" % "bom" % "1.6"
[com.intellectualsites.bom/bom "1.6"]