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