Categories |
CategoriesGeronimo Container Application Servers |
---|---|
GroupId | GroupIdorg.apache.geronimo |
ArtifactId | ArtifactIdgeronimo-jwt-auth |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
geronimo-jwt-auth-1.0.3.pom | |
geronimo-jwt-auth-1.0.3.jar | 69 KB |
geronimo-jwt-auth-1.0.3-sources.jar | 43 KB |
geronimo-jwt-auth-1.0.3-source-release.zip | 65 KB |
geronimo-jwt-auth-1.0.3-javadoc.jar | 147 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.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo/geronimo-jwt-auth/
implementation 'org.apache.geronimo:geronimo-jwt-auth:1.0.3'
// https://jarcasting.com/artifacts/org.apache.geronimo/geronimo-jwt-auth/
implementation ("org.apache.geronimo:geronimo-jwt-auth:1.0.3")
'org.apache.geronimo:geronimo-jwt-auth:jar:1.0.3'
<dependency org="org.apache.geronimo" name="geronimo-jwt-auth" rev="1.0.3">
<artifact name="geronimo-jwt-auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo', module='geronimo-jwt-auth', version='1.0.3')
)
libraryDependencies += "org.apache.geronimo" % "geronimo-jwt-auth" % "1.0.3"
[org.apache.geronimo/geronimo-jwt-auth "1.0.3"]