License |
License |
---|---|
GroupId | GroupIdio.smallrye |
ArtifactId | ArtifactIdsmallrye-jwt-parent |
Version | Version3.2.0 |
Type | Typepom |
Description |
DescriptionSmallRye: MicroProfile JWT Parent
SmallRye Parent POM
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
smallrye-jwt-parent-3.2.0.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-jwt-parent/ -->
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-jwt-parent</artifactId>
<version>3.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-jwt-parent/
implementation 'io.smallrye:smallrye-jwt-parent:3.2.0'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-jwt-parent/
implementation ("io.smallrye:smallrye-jwt-parent:3.2.0")
'io.smallrye:smallrye-jwt-parent:pom:3.2.0'
<dependency org="io.smallrye" name="smallrye-jwt-parent" rev="3.2.0">
<artifact name="smallrye-jwt-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-jwt-parent', version='3.2.0')
)
libraryDependencies += "io.smallrye" % "smallrye-jwt-parent" % "3.2.0"
[io.smallrye/smallrye-jwt-parent "3.2.0"]