License |
License |
---|---|
Categories |
CategoriesTomcat Container Application Servers |
GroupId | GroupIdcom.kerb4j |
ArtifactId | ArtifactIdkerb4j-server-tomcat |
Last Version | Last Version0.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionkerb4j-server-tomcat
Helper classes for working with Kerberos and SPNEGO in Java
|
<!-- https://jarcasting.com/artifacts/com.kerb4j/kerb4j-server-tomcat/ -->
<dependency>
<groupId>com.kerb4j</groupId>
<artifactId>kerb4j-server-tomcat</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.kerb4j/kerb4j-server-tomcat/
implementation 'com.kerb4j:kerb4j-server-tomcat:0.1.2'
// https://jarcasting.com/artifacts/com.kerb4j/kerb4j-server-tomcat/
implementation ("com.kerb4j:kerb4j-server-tomcat:0.1.2")
'com.kerb4j:kerb4j-server-tomcat:jar:0.1.2'
<dependency org="com.kerb4j" name="kerb4j-server-tomcat" rev="0.1.2">
<artifact name="kerb4j-server-tomcat" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kerb4j', module='kerb4j-server-tomcat', version='0.1.2')
)
libraryDependencies += "com.kerb4j" % "kerb4j-server-tomcat" % "0.1.2"
[com.kerb4j/kerb4j-server-tomcat "0.1.2"]
Group / Artifact | Type | Version |
---|---|---|
com.kerb4j : kerb4j-server-common | jar | 0.1.2 |
com.kerb4j : kerb4j-common | jar | 0.1.2 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.tomcat : tomcat-catalina | jar | 9.0.46 |
javax.servlet : javax.servlet-api | jar | 4.0.1 |
org.slf4j : slf4j-api | jar | 1.7.30 |