License |
License |
---|---|
Categories |
CategoriesTomcat Container Application Servers GlassFish |
GroupId | GroupIdorg.glassfish.exousia |
ArtifactId | ArtifactIdexousia.spi.tomcat |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionExousia Tomcat Integration
Code to integrate Exousia into Tomcat
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
exousia.spi.tomcat-1.0.1.pom | |
exousia.spi.tomcat-1.0.1.jar | 8 KB |
exousia.spi.tomcat-1.0.1-sources.jar | 7 KB |
exousia.spi.tomcat-1.0.1-javadoc.jar | 403 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.exousia/exousia.spi.tomcat/ -->
<dependency>
<groupId>org.glassfish.exousia</groupId>
<artifactId>exousia.spi.tomcat</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.exousia/exousia.spi.tomcat/
implementation 'org.glassfish.exousia:exousia.spi.tomcat:1.0.1'
// https://jarcasting.com/artifacts/org.glassfish.exousia/exousia.spi.tomcat/
implementation ("org.glassfish.exousia:exousia.spi.tomcat:1.0.1")
'org.glassfish.exousia:exousia.spi.tomcat:jar:1.0.1'
<dependency org="org.glassfish.exousia" name="exousia.spi.tomcat" rev="1.0.1">
<artifact name="exousia.spi.tomcat" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.exousia', module='exousia.spi.tomcat', version='1.0.1')
)
libraryDependencies += "org.glassfish.exousia" % "exousia.spi.tomcat" % "1.0.1"
[org.glassfish.exousia/exousia.spi.tomcat "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.exousia : exousia | jar | 1.0.1 |
Group / Artifact | Type | Version |
---|---|---|
jakarta.servlet : jakarta.servlet-api | jar | 5.0.0 |
jakarta.authorization : jakarta.authorization-api | jar | 2.0.0 |
org.apache.tomcat : tomcat-catalina | jar | 10.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |