Categories |
CategoriesGeronimo Container Application Servers |
---|---|
GroupId | GroupIdorg.apache.geronimo |
ArtifactId | ArtifactIdgeronimo-jwt-auth |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
geronimo-jwt-auth-1.0.0.pom | |
geronimo-jwt-auth-1.0.0.jar | 67 KB |
geronimo-jwt-auth-1.0.0-sources.jar | 41 KB |
geronimo-jwt-auth-1.0.0-source-release.zip | 56 KB |
geronimo-jwt-auth-1.0.0-javadoc.jar | 137 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo/geronimo-jwt-auth/ -->
<dependency>
<groupId>org.apache.geronimo</groupId>
<artifactId>geronimo-jwt-auth</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo/geronimo-jwt-auth/
implementation 'org.apache.geronimo:geronimo-jwt-auth:1.0.0'
// https://jarcasting.com/artifacts/org.apache.geronimo/geronimo-jwt-auth/
implementation ("org.apache.geronimo:geronimo-jwt-auth:1.0.0")
'org.apache.geronimo:geronimo-jwt-auth:jar:1.0.0'
<dependency org="org.apache.geronimo" name="geronimo-jwt-auth" rev="1.0.0">
<artifact name="geronimo-jwt-auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo', module='geronimo-jwt-auth', version='1.0.0')
)
libraryDependencies += "org.apache.geronimo" % "geronimo-jwt-auth" % "1.0.0"
[org.apache.geronimo/geronimo-jwt-auth "1.0.0"]