GroupId | GroupIdorg.commonjava.shelflife |
---|---|
ArtifactId | ArtifactIdshelflife-store-flat |
Version | Version0.6.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.commonjava.shelflife/shelflife-store-flat/ -->
<dependency>
<groupId>org.commonjava.shelflife</groupId>
<artifactId>shelflife-store-flat</artifactId>
<version>0.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.commonjava.shelflife/shelflife-store-flat/
implementation 'org.commonjava.shelflife:shelflife-store-flat:0.6.2'
// https://jarcasting.com/artifacts/org.commonjava.shelflife/shelflife-store-flat/
implementation ("org.commonjava.shelflife:shelflife-store-flat:0.6.2")
'org.commonjava.shelflife:shelflife-store-flat:jar:0.6.2'
<dependency org="org.commonjava.shelflife" name="shelflife-store-flat" rev="0.6.2">
<artifact name="shelflife-store-flat" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.commonjava.shelflife', module='shelflife-store-flat', version='0.6.2')
)
libraryDependencies += "org.commonjava.shelflife" % "shelflife-store-flat" % "0.6.2"
[org.commonjava.shelflife/shelflife-store-flat "0.6.2"]