License |
License |
---|---|
GroupId | GroupIdio.rocketbase.commons |
ArtifactId | ArtifactIdcommons-rest-hashids |
Version | Version2.2.3 |
Type | Typejar |
Description |
Descriptionholds commons classes and services used to develop REST applications with spring mvc
|
<!-- https://jarcasting.com/artifacts/io.rocketbase.commons/commons-rest-hashids/ -->
<dependency>
<groupId>io.rocketbase.commons</groupId>
<artifactId>commons-rest-hashids</artifactId>
<version>2.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.rocketbase.commons/commons-rest-hashids/
implementation 'io.rocketbase.commons:commons-rest-hashids:2.2.3'
// https://jarcasting.com/artifacts/io.rocketbase.commons/commons-rest-hashids/
implementation ("io.rocketbase.commons:commons-rest-hashids:2.2.3")
'io.rocketbase.commons:commons-rest-hashids:jar:2.2.3'
<dependency org="io.rocketbase.commons" name="commons-rest-hashids" rev="2.2.3">
<artifact name="commons-rest-hashids" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.rocketbase.commons', module='commons-rest-hashids', version='2.2.3')
)
libraryDependencies += "io.rocketbase.commons" % "commons-rest-hashids" % "2.2.3"
[io.rocketbase.commons/commons-rest-hashids "2.2.3"]
Group / Artifact | Type | Version |
---|---|---|
io.rocketbase.commons : commons-rest-server | jar | 2.2.3 |
org.hashids : hashids | jar | 1.0.3 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | |
org.springframework.boot : spring-boot-starter-test | jar |