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