| License | License | 
|---|---|
| GroupId | GroupIdio.rocketbase.commons | 
| ArtifactId | ArtifactIdcommons-rest-hashids | 
| Last Version | Last Version2.3.9 | 
| Release Date | Release Date | 
| 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.3.9</version>
</dependency>// https://jarcasting.com/artifacts/io.rocketbase.commons/commons-rest-hashids/
implementation 'io.rocketbase.commons:commons-rest-hashids:2.3.9'// https://jarcasting.com/artifacts/io.rocketbase.commons/commons-rest-hashids/
implementation ("io.rocketbase.commons:commons-rest-hashids:2.3.9")'io.rocketbase.commons:commons-rest-hashids:jar:2.3.9'<dependency org="io.rocketbase.commons" name="commons-rest-hashids" rev="2.3.9">
  <artifact name="commons-rest-hashids" type="jar" />
</dependency>@Grapes(
@Grab(group='io.rocketbase.commons', module='commons-rest-hashids', version='2.3.9')
)libraryDependencies += "io.rocketbase.commons" % "commons-rest-hashids" % "2.3.9"[io.rocketbase.commons/commons-rest-hashids "2.3.9"]| Group / Artifact | Type | Version | 
|---|---|---|
| io.rocketbase.commons : commons-rest-server | jar | 2.3.9 | 
| 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 | 
