is not current version
Last Version 1.9

com.intellectualsites.bom:bom 1.1

Bill of materials for IntellectualSites projects.

GroupId

GroupId

com.intellectualsites.bom
ArtifactId

ArtifactId

bom
Version

Version

1.1
Type

Type

pom

Download bom 1.1

Filename Size
bom-1.1.pom
Browse

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