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