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