is not current version
Last Version 0.35.1

io.restx:restx-server-tomcat 0.2.9


Categories

Categories

Tomcat Container Application Servers
GroupId

GroupId

io.restx
ArtifactId

ArtifactId

restx-server-tomcat
Version

Version

0.2.9
Type

Type

jar

Download restx-server-tomcat 0.2.9


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