License |
License
BSD-3-Clause
|
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdcom.goinstant |
ArtifactId | ArtifactIdgoinstant-auth |
Last Version | Last Version1.0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongoinstant-auth
GoInstant Authentication for your Java Application.
|
Project URL |
Project URL |
Filename | Size |
---|---|
goinstant-auth-1.0.5.pom | |
goinstant-auth-1.0.5.jar | 10 KB |
goinstant-auth-1.0.5-sources.jar | 7 KB |
goinstant-auth-1.0.5-javadoc.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.goinstant/goinstant-auth/ -->
<dependency>
<groupId>com.goinstant</groupId>
<artifactId>goinstant-auth</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.goinstant/goinstant-auth/
implementation 'com.goinstant:goinstant-auth:1.0.5'
// https://jarcasting.com/artifacts/com.goinstant/goinstant-auth/
implementation ("com.goinstant:goinstant-auth:1.0.5")
'com.goinstant:goinstant-auth:jar:1.0.5'
<dependency org="com.goinstant" name="goinstant-auth" rev="1.0.5">
<artifact name="goinstant-auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.goinstant', module='goinstant-auth', version='1.0.5')
)
libraryDependencies += "com.goinstant" % "goinstant-auth" % "1.0.5"
[com.goinstant/goinstant-auth "1.0.5"]
Group / Artifact | Type | Version |
---|---|---|
com.nimbusds : nimbus-jose-jwt | jar | 2.20 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |