is not current version
Last Version 1.9

com.intellectualsites.bom:bom 1.7

Bill of materials for IntellectualSites projects.

GroupId

GroupId

com.intellectualsites.bom
ArtifactId

ArtifactId

bom
Version

Version

1.7
Type

Type

pom

Download bom 1.7

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"]