| License |
License |
|---|---|
| GroupId | GroupIdio.rocketbase.commons |
| ArtifactId | ArtifactIdcommons-rest |
| Version | Version2.3.9 |
| Type | Typepom |
| Description |
Descriptionrocketbase.io commons REST
holds commons classes and services used to develop REST applications with spring mvc
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| commons-rest-2.3.9.pom | 10 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.rocketbase.commons/commons-rest/ -->
<dependency>
<groupId>io.rocketbase.commons</groupId>
<artifactId>commons-rest</artifactId>
<version>2.3.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.rocketbase.commons/commons-rest/
implementation 'io.rocketbase.commons:commons-rest:2.3.9'
// https://jarcasting.com/artifacts/io.rocketbase.commons/commons-rest/
implementation ("io.rocketbase.commons:commons-rest:2.3.9")
'io.rocketbase.commons:commons-rest:pom:2.3.9'
<dependency org="io.rocketbase.commons" name="commons-rest" rev="2.3.9">
<artifact name="commons-rest" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.rocketbase.commons', module='commons-rest', version='2.3.9')
)
libraryDependencies += "io.rocketbase.commons" % "commons-rest" % "2.3.9"
[io.rocketbase.commons/commons-rest "2.3.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar |