is not current version
Last Version 0.35.1

io.restx:restx-servlet 0.2.5


GroupId

GroupId

io.restx
ArtifactId

ArtifactId

restx-servlet
Version

Version

0.2.5
Type

Type

jar

Download restx-servlet 0.2.5


<!-- https://jarcasting.com/artifacts/io.restx/restx-servlet/ -->
<dependency>
    <groupId>io.restx</groupId>
    <artifactId>restx-servlet</artifactId>
    <version>0.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.restx/restx-servlet/
implementation 'io.restx:restx-servlet:0.2.5'
// https://jarcasting.com/artifacts/io.restx/restx-servlet/
implementation ("io.restx:restx-servlet:0.2.5")
'io.restx:restx-servlet:jar:0.2.5'
<dependency org="io.restx" name="restx-servlet" rev="0.2.5">
  <artifact name="restx-servlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.restx', module='restx-servlet', version='0.2.5')
)
libraryDependencies += "io.restx" % "restx-servlet" % "0.2.5"
[io.restx/restx-servlet "0.2.5"]