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