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