| License |
License |
|---|---|
| GroupId | GroupIdio.smallrye |
| ArtifactId | ArtifactIdsmallrye-jwt-docs |
| Version | Version2.1.1 |
| Type | Typejar |
| Description |
DescriptionSmallRye: MicroProfile JWT Documentation
SmallRye Parent POM
|
| Filename | Size |
|---|---|
| smallrye-jwt-docs-2.1.1.pom | |
| smallrye-jwt-docs-2.1.1.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-jwt-docs/ -->
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-jwt-docs</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-jwt-docs/
implementation 'io.smallrye:smallrye-jwt-docs:2.1.1'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-jwt-docs/
implementation ("io.smallrye:smallrye-jwt-docs:2.1.1")
'io.smallrye:smallrye-jwt-docs:jar:2.1.1'
<dependency org="io.smallrye" name="smallrye-jwt-docs" rev="2.1.1">
<artifact name="smallrye-jwt-docs" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-jwt-docs', version='2.1.1')
)
libraryDependencies += "io.smallrye" % "smallrye-jwt-docs" % "2.1.1"
[io.smallrye/smallrye-jwt-docs "2.1.1"]