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