is not current version
Last Version 2.0.4

org.xpertss:auth-tkt 2.0.2

Servlet Filter that implements the ModAuthTkt functionality in Java

GroupId

GroupId

org.xpertss
ArtifactId

ArtifactId

auth-tkt
Version

Version

2.0.2
Type

Type

jar

Download auth-tkt 2.0.2


<!-- https://jarcasting.com/artifacts/org.xpertss/auth-tkt/ -->
<dependency>
    <groupId>org.xpertss</groupId>
    <artifactId>auth-tkt</artifactId>
    <version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.xpertss/auth-tkt/
implementation 'org.xpertss:auth-tkt:2.0.2'
// https://jarcasting.com/artifacts/org.xpertss/auth-tkt/
implementation ("org.xpertss:auth-tkt:2.0.2")
'org.xpertss:auth-tkt:jar:2.0.2'
<dependency org="org.xpertss" name="auth-tkt" rev="2.0.2">
  <artifact name="auth-tkt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xpertss', module='auth-tkt', version='2.0.2')
)
libraryDependencies += "org.xpertss" % "auth-tkt" % "2.0.2"
[org.xpertss/auth-tkt "2.0.2"]