GroupId | GroupIdcom.github.phillip-kruger.microprofile-extentions |
---|---|
ArtifactId | ArtifactIdjwt-user-ext |
Version | Version1.0.6 |
Type | Typejar |
Filename | Size |
---|---|
jwt-user-ext-1.0.6.pom | |
jwt-user-ext-1.0.6.jar | 5 KB |
jwt-user-ext-1.0.6-sources.jar | 4 KB |
jwt-user-ext-1.0.6-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.phillip-kruger.microprofile-extentions/jwt-user-ext/ -->
<dependency>
<groupId>com.github.phillip-kruger.microprofile-extentions</groupId>
<artifactId>jwt-user-ext</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.phillip-kruger.microprofile-extentions/jwt-user-ext/
implementation 'com.github.phillip-kruger.microprofile-extentions:jwt-user-ext:1.0.6'
// https://jarcasting.com/artifacts/com.github.phillip-kruger.microprofile-extentions/jwt-user-ext/
implementation ("com.github.phillip-kruger.microprofile-extentions:jwt-user-ext:1.0.6")
'com.github.phillip-kruger.microprofile-extentions:jwt-user-ext:jar:1.0.6'
<dependency org="com.github.phillip-kruger.microprofile-extentions" name="jwt-user-ext" rev="1.0.6">
<artifact name="jwt-user-ext" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.phillip-kruger.microprofile-extentions', module='jwt-user-ext', version='1.0.6')
)
libraryDependencies += "com.github.phillip-kruger.microprofile-extentions" % "jwt-user-ext" % "1.0.6"
[com.github.phillip-kruger.microprofile-extentions/jwt-user-ext "1.0.6"]