GroupId | GroupIdio.smallrye |
---|---|
ArtifactId | ArtifactIdsmallrye-jwt-http-mechanism |
Version | Version3.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-jwt-http-mechanism/ -->
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-jwt-http-mechanism</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-jwt-http-mechanism/
implementation 'io.smallrye:smallrye-jwt-http-mechanism:3.1.0'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-jwt-http-mechanism/
implementation ("io.smallrye:smallrye-jwt-http-mechanism:3.1.0")
'io.smallrye:smallrye-jwt-http-mechanism:jar:3.1.0'
<dependency org="io.smallrye" name="smallrye-jwt-http-mechanism" rev="3.1.0">
<artifact name="smallrye-jwt-http-mechanism" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-jwt-http-mechanism', version='3.1.0')
)
libraryDependencies += "io.smallrye" % "smallrye-jwt-http-mechanism" % "3.1.0"
[io.smallrye/smallrye-jwt-http-mechanism "3.1.0"]