GroupId | GroupIdio.smallrye |
---|---|
ArtifactId | ArtifactIdsmallrye-jwt-parent |
Version | Version2.0.11 |
Type | Typepom |
Filename | Size |
---|---|
smallrye-jwt-parent-2.0.11.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-jwt-parent/ -->
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-jwt-parent</artifactId>
<version>2.0.11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-jwt-parent/
implementation 'io.smallrye:smallrye-jwt-parent:2.0.11'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-jwt-parent/
implementation ("io.smallrye:smallrye-jwt-parent:2.0.11")
'io.smallrye:smallrye-jwt-parent:pom:2.0.11'
<dependency org="io.smallrye" name="smallrye-jwt-parent" rev="2.0.11">
<artifact name="smallrye-jwt-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-jwt-parent', version='2.0.11')
)
libraryDependencies += "io.smallrye" % "smallrye-jwt-parent" % "2.0.11"
[io.smallrye/smallrye-jwt-parent "2.0.11"]