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