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