GroupId | GroupIdio.rocketbase.commons |
---|---|
ArtifactId | ArtifactIdcommons-asset-rest |
Version | Version1.9.0 |
Type | Typejar |
Filename | Size |
---|---|
commons-asset-rest-1.9.0.pom | |
commons-asset-rest-1.9.0.jar | 22 KB |
commons-asset-rest-1.9.0-sources.jar | 13 KB |
commons-asset-rest-1.9.0-javadoc.jar | 108 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.rocketbase.commons/commons-asset-rest/ -->
<dependency>
<groupId>io.rocketbase.commons</groupId>
<artifactId>commons-asset-rest</artifactId>
<version>1.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.rocketbase.commons/commons-asset-rest/
implementation 'io.rocketbase.commons:commons-asset-rest:1.9.0'
// https://jarcasting.com/artifacts/io.rocketbase.commons/commons-asset-rest/
implementation ("io.rocketbase.commons:commons-asset-rest:1.9.0")
'io.rocketbase.commons:commons-asset-rest:jar:1.9.0'
<dependency org="io.rocketbase.commons" name="commons-asset-rest" rev="1.9.0">
<artifact name="commons-asset-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.rocketbase.commons', module='commons-asset-rest', version='1.9.0')
)
libraryDependencies += "io.rocketbase.commons" % "commons-asset-rest" % "1.9.0"
[io.rocketbase.commons/commons-asset-rest "1.9.0"]