Categories |
CategoriesTomcat Container Application Servers |
---|---|
GroupId | GroupIdio.restx |
ArtifactId | ArtifactIdrestx-server-tomcat |
Version | Version0.2.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.restx/restx-server-tomcat/ -->
<dependency>
<groupId>io.restx</groupId>
<artifactId>restx-server-tomcat</artifactId>
<version>0.2.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.restx/restx-server-tomcat/
implementation 'io.restx:restx-server-tomcat:0.2.8'
// https://jarcasting.com/artifacts/io.restx/restx-server-tomcat/
implementation ("io.restx:restx-server-tomcat:0.2.8")
'io.restx:restx-server-tomcat:jar:0.2.8'
<dependency org="io.restx" name="restx-server-tomcat" rev="0.2.8">
<artifact name="restx-server-tomcat" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.restx', module='restx-server-tomcat', version='0.2.8')
)
libraryDependencies += "io.restx" % "restx-server-tomcat" % "0.2.8"
[io.restx/restx-server-tomcat "0.2.8"]