| GroupId | GroupIdorg.commonjava.shelflife |
|---|---|
| ArtifactId | ArtifactIdshelflife-api |
| Version | Version0.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| shelflife-api-0.6.pom | |
| shelflife-api-0.6.jar | 20 KB |
| shelflife-api-0.6-sources.jar | 18 KB |
| shelflife-api-0.6-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</version>
</dependency>
// https://jarcasting.com/artifacts/org.commonjava.shelflife/shelflife-api/
implementation 'org.commonjava.shelflife:shelflife-api:0.6'
// https://jarcasting.com/artifacts/org.commonjava.shelflife/shelflife-api/
implementation ("org.commonjava.shelflife:shelflife-api:0.6")
'org.commonjava.shelflife:shelflife-api:jar:0.6'
<dependency org="org.commonjava.shelflife" name="shelflife-api" rev="0.6">
<artifact name="shelflife-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.commonjava.shelflife', module='shelflife-api', version='0.6')
)
libraryDependencies += "org.commonjava.shelflife" % "shelflife-api" % "0.6"
[org.commonjava.shelflife/shelflife-api "0.6"]