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