License |
License |
---|---|
Categories |
CategoriesH2 Data Databases Net OAuth2 Security |
GroupId | GroupIdnet.smartam.leeloo |
ArtifactId | ArtifactIdoauth2-demo |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionOAuth 2.0 library - Demo Application
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
oauth2-demo-0.1.pom | |
oauth2-demo-0.1.war | 3 MB |
oauth2-demo-0.1-sources.jar | 15 KB |
oauth2-demo-0.1-javadoc.jar | 85 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.smartam.leeloo/oauth2-demo/ -->
<dependency>
<groupId>net.smartam.leeloo</groupId>
<artifactId>oauth2-demo</artifactId>
<version>0.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/net.smartam.leeloo/oauth2-demo/
implementation 'net.smartam.leeloo:oauth2-demo:0.1'
// https://jarcasting.com/artifacts/net.smartam.leeloo/oauth2-demo/
implementation ("net.smartam.leeloo:oauth2-demo:0.1")
'net.smartam.leeloo:oauth2-demo:war:0.1'
<dependency org="net.smartam.leeloo" name="oauth2-demo" rev="0.1">
<artifact name="oauth2-demo" type="war" />
</dependency>
@Grapes(
@Grab(group='net.smartam.leeloo', module='oauth2-demo', version='0.1')
)
libraryDependencies += "net.smartam.leeloo" % "oauth2-demo" % "0.1"
[net.smartam.leeloo/oauth2-demo "0.1"]
Group / Artifact | Type | Version |
---|---|---|
commons-logging : commons-logging | jar | 1.1 |
org.slf4j : slf4j-jcl | jar | 1.6.0 |
net.smartam.leeloo : oauth2-common | jar | 0.1 |
net.smartam.leeloo : oauth2-dynamicreg-common | jar | 0.1 |
net.smartam.leeloo : oauth2-dynamicreg-client | jar | 0.1 |
org.springframework : spring-context | jar | 3.0.3.RELEASE |
org.springframework : spring-webmvc | jar | 3.0.3.RELEASE |
org.slf4j : slf4j-api | jar | 1.6.1 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
Group / Artifact | Type | Version |
---|---|---|
org.tuckey : urlrewritefilter | jar | 3.1.0 |
taglibs : standard | jar | 1.1.2 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.6.0 |
junit : junit | jar | 4.8.1 |
org.springframework : spring-mock | jar | 2.0.8 |
org.easymock : easymock | jar | 3.0 |