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