GroupId | GroupIdio.rocketbase.commons |
---|---|
ArtifactId | ArtifactIdcommons-asset-rest |
Version | Version2.1.0 |
Type | Typejar |
Filename | Size |
---|---|
commons-asset-rest-2.1.0.pom | |
commons-asset-rest-2.1.0.jar | 22 KB |
commons-asset-rest-2.1.0-sources.jar | 13 KB |
commons-asset-rest-2.1.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>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.rocketbase.commons/commons-asset-rest/
implementation 'io.rocketbase.commons:commons-asset-rest:2.1.0'
// https://jarcasting.com/artifacts/io.rocketbase.commons/commons-asset-rest/
implementation ("io.rocketbase.commons:commons-asset-rest:2.1.0")
'io.rocketbase.commons:commons-asset-rest:jar:2.1.0'
<dependency org="io.rocketbase.commons" name="commons-asset-rest" rev="2.1.0">
<artifact name="commons-asset-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.rocketbase.commons', module='commons-asset-rest', version='2.1.0')
)
libraryDependencies += "io.rocketbase.commons" % "commons-asset-rest" % "2.1.0"
[io.rocketbase.commons/commons-asset-rest "2.1.0"]