GroupId | GroupIdio.restx |
---|---|
ArtifactId | ArtifactIdrestx-server-simple |
Version | Version0.34 |
Type | Typejar |
Filename | Size |
---|---|
restx-server-simple-0.34.pom | |
restx-server-simple-0.34.jar | 16 KB |
restx-server-simple-0.34-sources.jar | 5 KB |
restx-server-simple-0.34-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.restx/restx-server-simple/ -->
<dependency>
<groupId>io.restx</groupId>
<artifactId>restx-server-simple</artifactId>
<version>0.34</version>
</dependency>
// https://jarcasting.com/artifacts/io.restx/restx-server-simple/
implementation 'io.restx:restx-server-simple:0.34'
// https://jarcasting.com/artifacts/io.restx/restx-server-simple/
implementation ("io.restx:restx-server-simple:0.34")
'io.restx:restx-server-simple:jar:0.34'
<dependency org="io.restx" name="restx-server-simple" rev="0.34">
<artifact name="restx-server-simple" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.restx', module='restx-server-simple', version='0.34')
)
libraryDependencies += "io.restx" % "restx-server-simple" % "0.34"
[io.restx/restx-server-simple "0.34"]