| License |
License |
|---|---|
| Categories |
CategoriesTomcat Container Application Servers |
| GroupId | GroupIdorg.jglobus |
| ArtifactId | ArtifactIdJGlobus-Tomcat |
| Last Version | Last Version2.0.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJGlobus Tomcat 2.0.4
SSL and proxy certificate support for Tomcat. This project is seperated in this release for JGlobus Core
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| JGlobus-Tomcat-2.0.4.pom | |
| JGlobus-Tomcat-2.0.4.jar | 2 MB |
| JGlobus-Tomcat-2.0.4-sources.jar | 5 KB |
| JGlobus-Tomcat-2.0.4-javadoc.jar | 48 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jglobus/JGlobus-Tomcat/ -->
<dependency>
<groupId>org.jglobus</groupId>
<artifactId>JGlobus-Tomcat</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.jglobus/JGlobus-Tomcat/
implementation 'org.jglobus:JGlobus-Tomcat:2.0.4'
// https://jarcasting.com/artifacts/org.jglobus/JGlobus-Tomcat/
implementation ("org.jglobus:JGlobus-Tomcat:2.0.4")
'org.jglobus:JGlobus-Tomcat:jar:2.0.4'
<dependency org="org.jglobus" name="JGlobus-Tomcat" rev="2.0.4">
<artifact name="JGlobus-Tomcat" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jglobus', module='JGlobus-Tomcat', version='2.0.4')
)
libraryDependencies += "org.jglobus" % "JGlobus-Tomcat" % "2.0.4"
[org.jglobus/JGlobus-Tomcat "2.0.4"]