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