authserver

A basic OAuth2-like auth server

License

License

GroupId

GroupId

com.elevenware.felson.examples
ArtifactId

ArtifactId

authserver
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

pom
Description

Description

authserver
A basic OAuth2-like auth server

Download authserver

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.2.3
org.slf4j : slf4j-api jar 1.7.25
com.elevenware.felson : felson-ioc jar 0.0.2
com.elevenware.felson : felson-client jar 0.0.2
com.elevenware.felson : felson-core jar 0.0.2
com.elevenware.felson : felson-jdbc jar 0.0.2
com.h2database : h2 jar 1.3.148

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.2
0.0.1