License |
License |
---|---|
GroupId | GroupIdcom.intellectualsites.bom |
ArtifactId | ArtifactIdbom |
Last Version | Last Version1.9 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionbom 1.9
Bill of materials for IntellectualSites projects.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bom-1.9.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.intellectualsites.bom/bom/ -->
<dependency>
<groupId>com.intellectualsites.bom</groupId>
<artifactId>bom</artifactId>
<version>1.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.intellectualsites.bom/bom/
implementation 'com.intellectualsites.bom:bom:1.9'
// https://jarcasting.com/artifacts/com.intellectualsites.bom/bom/
implementation ("com.intellectualsites.bom:bom:1.9")
'com.intellectualsites.bom:bom:pom:1.9'
<dependency org="com.intellectualsites.bom" name="bom" rev="1.9">
<artifact name="bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.intellectualsites.bom', module='bom', version='1.9')
)
libraryDependencies += "com.intellectualsites.bom" % "bom" % "1.9"
[com.intellectualsites.bom/bom "1.9"]