Last Version

OAuth 2.0 library - Parent 0.1

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

License

License

Categories

Categories

H2 Data Databases Net OAuth2 Security
GroupId

GroupId

net.smartam.leeloo
ArtifactId

ArtifactId

oauth2-parent
Version

Version

0.1
Type

Type

pom
Description

Description

OAuth 2.0 library - Parent
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Download oauth2-parent 0.1

Filename Size
oauth2-parent-0.1.pom 13 KB
Browse

<!-- https://jarcasting.com/artifacts/net.smartam.leeloo/oauth2-parent/ -->
<dependency>
    <groupId>net.smartam.leeloo</groupId>
    <artifactId>oauth2-parent</artifactId>
    <version>0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.smartam.leeloo/oauth2-parent/
implementation 'net.smartam.leeloo:oauth2-parent:0.1'
// https://jarcasting.com/artifacts/net.smartam.leeloo/oauth2-parent/
implementation ("net.smartam.leeloo:oauth2-parent:0.1")
'net.smartam.leeloo:oauth2-parent:pom:0.1'
<dependency org="net.smartam.leeloo" name="oauth2-parent" rev="0.1">
  <artifact name="oauth2-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.smartam.leeloo', module='oauth2-parent', version='0.1')
)
libraryDependencies += "net.smartam.leeloo" % "oauth2-parent" % "0.1"
[net.smartam.leeloo/oauth2-parent "0.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.6.1

provided (1)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.5

test (4)

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

Project Modules

  • oauth2-common
  • oauth2-authzserver
  • oauth2-client
  • oauth2-httpclient4
  • oauth2-resourceserver
  • oauth2-rs-filter
  • oauth2-dynamicreg-client
  • oauth2-dynamicreg-server
  • oauth2-dynamicreg-common
  • oauth2-integration-tests
  • oauth2-demo