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