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