| License |
License |
|---|---|
| GroupId | GroupIdio.vertx |
| ArtifactId | ArtifactIdvertx-auth-jwt |
| Last Version | Last Version4.3.1 |
| Release Date | Release Date |
| 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.3.1.pom | |
| vertx-auth-jwt-4.3.1.jar | 17 KB |
| vertx-auth-jwt-4.3.1-tests.jar | 20 KB |
| vertx-auth-jwt-4.3.1-test-sources.jar | 12 KB |
| vertx-auth-jwt-4.3.1-sources.jar | 20 KB |
| vertx-auth-jwt-4.3.1-javadoc.jar | 51 KB |
| vertx-auth-jwt-4.3.1-docs.zip | 9 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.vertx/vertx-auth-jwt/ -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-auth-jwt</artifactId>
<version>4.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/vertx-auth-jwt/
implementation 'io.vertx:vertx-auth-jwt:4.3.1'
// https://jarcasting.com/artifacts/io.vertx/vertx-auth-jwt/
implementation ("io.vertx:vertx-auth-jwt:4.3.1")
'io.vertx:vertx-auth-jwt:jar:4.3.1'
<dependency org="io.vertx" name="vertx-auth-jwt" rev="4.3.1">
<artifact name="vertx-auth-jwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-auth-jwt', version='4.3.1')
)
libraryDependencies += "io.vertx" % "vertx-auth-jwt" % "4.3.1"
[io.vertx/vertx-auth-jwt "4.3.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-unit | jar | |
| junit : junit | jar | 4.13.2 |