GroupId | GroupIdorg.commonjava.shelflife |
---|---|
ArtifactId | ArtifactIdshelflife-bom |
Version | Version0.5 |
Type | Typepom |
Filename | Size |
---|---|
shelflife-bom-0.5.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.commonjava.shelflife/shelflife-bom/ -->
<dependency>
<groupId>org.commonjava.shelflife</groupId>
<artifactId>shelflife-bom</artifactId>
<version>0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.commonjava.shelflife/shelflife-bom/
implementation 'org.commonjava.shelflife:shelflife-bom:0.5'
// https://jarcasting.com/artifacts/org.commonjava.shelflife/shelflife-bom/
implementation ("org.commonjava.shelflife:shelflife-bom:0.5")
'org.commonjava.shelflife:shelflife-bom:pom:0.5'
<dependency org="org.commonjava.shelflife" name="shelflife-bom" rev="0.5">
<artifact name="shelflife-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.commonjava.shelflife', module='shelflife-bom', version='0.5')
)
libraryDependencies += "org.commonjava.shelflife" % "shelflife-bom" % "0.5"
[org.commonjava.shelflife/shelflife-bom "0.5"]