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