License |
License |
---|---|
GroupId | GroupIdcom.elevenware.felson.examples |
ArtifactId | ArtifactIdauthserver |
Version | Version0.0.2 |
Type | Typepom |
Description |
Descriptionauthserver
A basic OAuth2-like auth server
|
Filename | Size |
---|---|
authserver-0.0.2.pom | |
authserver-0.0.2.jar | 2 KB |
authserver-0.0.2-sources.jar | 3 KB |
authserver-0.0.2-javadoc.jar | 35 KB |
Browse |
<!-- 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"]
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 |