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