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