License |
License |
---|---|
GroupId | GroupIdio.smallrye |
ArtifactId | ArtifactIdsmallrye-jwt-parent |
Last Version | Last Version4.0.0-RC2 |
Release Date | Release Date |
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-4.0.0-RC2.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-jwt-parent/ -->
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-jwt-parent</artifactId>
<version>4.0.0-RC2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-jwt-parent/
implementation 'io.smallrye:smallrye-jwt-parent:4.0.0-RC2'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-jwt-parent/
implementation ("io.smallrye:smallrye-jwt-parent:4.0.0-RC2")
'io.smallrye:smallrye-jwt-parent:pom:4.0.0-RC2'
<dependency org="io.smallrye" name="smallrye-jwt-parent" rev="4.0.0-RC2">
<artifact name="smallrye-jwt-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-jwt-parent', version='4.0.0-RC2')
)
libraryDependencies += "io.smallrye" % "smallrye-jwt-parent" % "4.0.0-RC2"
[io.smallrye/smallrye-jwt-parent "4.0.0-RC2"]