License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.achatain |
ArtifactId | ArtifactIdjava-webapp-authentication |
Version | Version1.1.0 |
Type | Typejar |
Description |
Descriptioncom.github.achatain:java-webapp-authentication
Authentication framework leveraging Google sign-in for servlet based Java webapps
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.achatain/java-webapp-authentication/ -->
<dependency>
<groupId>com.github.achatain</groupId>
<artifactId>java-webapp-authentication</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.achatain/java-webapp-authentication/
implementation 'com.github.achatain:java-webapp-authentication:1.1.0'
// https://jarcasting.com/artifacts/com.github.achatain/java-webapp-authentication/
implementation ("com.github.achatain:java-webapp-authentication:1.1.0")
'com.github.achatain:java-webapp-authentication:jar:1.1.0'
<dependency org="com.github.achatain" name="java-webapp-authentication" rev="1.1.0">
<artifact name="java-webapp-authentication" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.achatain', module='java-webapp-authentication', version='1.1.0')
)
libraryDependencies += "com.github.achatain" % "java-webapp-authentication" % "1.1.0"
[com.github.achatain/java-webapp-authentication "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
com.google.inject : guice | jar | 4.1.0 |
com.google.inject.extensions : guice-servlet | jar | 4.1.0 |
com.google.code.gson : gson | jar | 2.8.0 |
com.google.api-client : google-api-client | jar | 1.22.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.2.21 |
org.hamcrest : hamcrest-junit | jar | 2.0.0.0 |