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