Last Version

oauth2-server (Parent) 1.0.6

An oauth2 server library for Java applications

License

License

Categories

Categories

Security
GroupId

GroupId

com.clouway.security
ArtifactId

ArtifactId

parent
Version

Version

1.0.6
Type

Type

pom
Description

Description

oauth2-server (Parent)
An oauth2 server library for Java applications
Project URL

Project URL

https://github.com/clouway/oauth2-server
Source Code Management

Source Code Management

https://github.com/clouway/oauth2-server

Download parent 1.0.6

Filename Size
parent-1.0.6.pom 4 KB
Browse

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

Dependencies

test (1)

Group / Artifact Type Version
nl.jqno.equalsverifier : equalsverifier jar 2.4

Project Modules

  • oauth2-server
  • oauth2-example-app
  • oauth2-server-testing