| License |
License |
|---|---|
| GroupId | GroupIdio.vertx |
| ArtifactId | ArtifactIdvertx-auth-jwt |
| Version | Version4.2.1 |
| Type | Typejar |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Project Organization |
Project OrganizationEclipse |
| Filename | Size |
|---|---|
| vertx-auth-jwt-4.2.1.pom | |
| vertx-auth-jwt-4.2.1.jar | 17 KB |
| vertx-auth-jwt-4.2.1-tests.jar | 32 KB |
| vertx-auth-jwt-4.2.1-test-sources.jar | 20 KB |
| vertx-auth-jwt-4.2.1-sources.jar | 21 KB |
| vertx-auth-jwt-4.2.1-javadoc.jar | 54 KB |
| vertx-auth-jwt-4.2.1-docs.zip | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.vertx/vertx-auth-jwt/ -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-auth-jwt</artifactId>
<version>4.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/vertx-auth-jwt/
implementation 'io.vertx:vertx-auth-jwt:4.2.1'
// https://jarcasting.com/artifacts/io.vertx/vertx-auth-jwt/
implementation ("io.vertx:vertx-auth-jwt:4.2.1")
'io.vertx:vertx-auth-jwt:jar:4.2.1'
<dependency org="io.vertx" name="vertx-auth-jwt" rev="4.2.1">
<artifact name="vertx-auth-jwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-auth-jwt', version='4.2.1')
)
libraryDependencies += "io.vertx" % "vertx-auth-jwt" % "4.2.1"
[io.vertx/vertx-auth-jwt "4.2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.vertx : vertx-auth-common | jar | |
| io.vertx : vertx-core | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| io.vertx : vertx-codegen Optional | jar | |
| io.vertx : vertx-docgen | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| io.vertx : vertx-core | test-jar | |
| io.vertx : vertx-unit | jar | |
| junit : junit | jar | 4.13.1 |