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