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