License |
License |
---|---|
Categories |
CategoriesTomcat Container Application Servers |
GroupId | GroupIdio.restx |
ArtifactId | ArtifactIdrestx-server-tomcat |
Last Version | Last Version0.35.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionrestx-server-tomcat
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
<!-- https://jarcasting.com/artifacts/io.restx/restx-server-tomcat/ -->
<dependency>
<groupId>io.restx</groupId>
<artifactId>restx-server-tomcat</artifactId>
<version>0.35.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.restx/restx-server-tomcat/
implementation 'io.restx:restx-server-tomcat:0.35.1'
// https://jarcasting.com/artifacts/io.restx/restx-server-tomcat/
implementation ("io.restx:restx-server-tomcat:0.35.1")
'io.restx:restx-server-tomcat:jar:0.35.1'
<dependency org="io.restx" name="restx-server-tomcat" rev="0.35.1">
<artifact name="restx-server-tomcat" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.restx', module='restx-server-tomcat', version='0.35.1')
)
libraryDependencies += "io.restx" % "restx-server-tomcat" % "0.35.1"
[io.restx/restx-server-tomcat "0.35.1"]
Group / Artifact | Type | Version |
---|---|---|
io.restx : restx-factory | jar | 0.35.1 |
io.restx : restx-core | jar | 0.35.1 |
org.apache.tomcat : tomcat-catalina | jar | 7.0.47 |
org.apache.tomcat.embed : tomcat-embed-core | jar | 7.0.47 |
org.apache.tomcat : tomcat-jasper | jar | 7.0.47 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.0.1 |