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