GroupId | GroupIdorg.kgrid |
---|---|
ArtifactId | ArtifactIdshelf-api |
Version | Version0.6.8 |
Type | Typejar |
Filename | Size |
---|---|
shelf-api-0.6.8.pom | |
shelf-api-0.6.8.jar | 50 KB |
shelf-api-0.6.8-sources.jar | 27 KB |
shelf-api-0.6.8-javadoc.jar | 514 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kgrid/shelf-api/ -->
<dependency>
<groupId>org.kgrid</groupId>
<artifactId>shelf-api</artifactId>
<version>0.6.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.kgrid/shelf-api/
implementation 'org.kgrid:shelf-api:0.6.8'
// https://jarcasting.com/artifacts/org.kgrid/shelf-api/
implementation ("org.kgrid:shelf-api:0.6.8")
'org.kgrid:shelf-api:jar:0.6.8'
<dependency org="org.kgrid" name="shelf-api" rev="0.6.8">
<artifact name="shelf-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kgrid', module='shelf-api', version='0.6.8')
)
libraryDependencies += "org.kgrid" % "shelf-api" % "0.6.8"
[org.kgrid/shelf-api "0.6.8"]