GroupId | GroupIdorg.commonjava.shelflife |
---|---|
ArtifactId | ArtifactIdshelflife-api |
Version | Version0.6.1 |
Type | Typejar |
Filename | Size |
---|---|
shelflife-api-0.6.1.pom | |
shelflife-api-0.6.1.jar | 20 KB |
shelflife-api-0.6.1-sources.jar | 18 KB |
shelflife-api-0.6.1-javadoc.jar | 154 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.commonjava.shelflife/shelflife-api/ -->
<dependency>
<groupId>org.commonjava.shelflife</groupId>
<artifactId>shelflife-api</artifactId>
<version>0.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.commonjava.shelflife/shelflife-api/
implementation 'org.commonjava.shelflife:shelflife-api:0.6.1'
// https://jarcasting.com/artifacts/org.commonjava.shelflife/shelflife-api/
implementation ("org.commonjava.shelflife:shelflife-api:0.6.1")
'org.commonjava.shelflife:shelflife-api:jar:0.6.1'
<dependency org="org.commonjava.shelflife" name="shelflife-api" rev="0.6.1">
<artifact name="shelflife-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.commonjava.shelflife', module='shelflife-api', version='0.6.1')
)
libraryDependencies += "org.commonjava.shelflife" % "shelflife-api" % "0.6.1"
[org.commonjava.shelflife/shelflife-api "0.6.1"]