License |
License |
---|---|
Categories |
CategoriesH2 Data Databases OAuth2 Security |
GroupId | GroupIdmx.com.inftel.oss |
ArtifactId | ArtifactIdshiro-oauth2 |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionShiro OAuth2
Set of Apache Shiro Filters for using OAuth 2.0 as
authentication option inside web applications.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
shiro-oauth2-1.0.pom | |
shiro-oauth2-1.0.jar | 19 KB |
shiro-oauth2-1.0-sources.jar | 13 KB |
shiro-oauth2-1.0-javadoc.jar | 102 KB |
Browse |
<!-- https://jarcasting.com/artifacts/mx.com.inftel.oss/shiro-oauth2/ -->
<dependency>
<groupId>mx.com.inftel.oss</groupId>
<artifactId>shiro-oauth2</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/mx.com.inftel.oss/shiro-oauth2/
implementation 'mx.com.inftel.oss:shiro-oauth2:1.0'
// https://jarcasting.com/artifacts/mx.com.inftel.oss/shiro-oauth2/
implementation ("mx.com.inftel.oss:shiro-oauth2:1.0")
'mx.com.inftel.oss:shiro-oauth2:jar:1.0'
<dependency org="mx.com.inftel.oss" name="shiro-oauth2" rev="1.0">
<artifact name="shiro-oauth2" type="jar" />
</dependency>
@Grapes(
@Grab(group='mx.com.inftel.oss', module='shiro-oauth2', version='1.0')
)
libraryDependencies += "mx.com.inftel.oss" % "shiro-oauth2" % "1.0"
[mx.com.inftel.oss/shiro-oauth2 "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.shiro : shiro-core | jar | 1.2.2 |
org.apache.shiro : shiro-web | jar | 1.2.2 |
org.json : json | jar | 20090211 |
Group / Artifact | Type | Version |
---|---|---|
javax : javaee-web-api | jar | 6.0 |