License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.github.jameszbl |
ArtifactId | ArtifactIdauthmore-platform |
Version | Version1.0.9 |
Type | Typejar |
Description |
DescriptionAuthmore
A lightweight development kit for building OAuth2 open platform.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
authmore-platform-1.0.9.pom | |
authmore-platform-1.0.9.jar | 65 KB |
authmore-platform-1.0.9-sources.jar | 30 KB |
authmore-platform-1.0.9-javadoc.jar | 490 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jameszbl/authmore-platform/ -->
<dependency>
<groupId>com.github.jameszbl</groupId>
<artifactId>authmore-platform</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jameszbl/authmore-platform/
implementation 'com.github.jameszbl:authmore-platform:1.0.9'
// https://jarcasting.com/artifacts/com.github.jameszbl/authmore-platform/
implementation ("com.github.jameszbl:authmore-platform:1.0.9")
'com.github.jameszbl:authmore-platform:jar:1.0.9'
<dependency org="com.github.jameszbl" name="authmore-platform" rev="1.0.9">
<artifact name="authmore-platform" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jameszbl', module='authmore-platform', version='1.0.9')
)
libraryDependencies += "com.github.jameszbl" % "authmore-platform" % "1.0.9"
[com.github.jameszbl/authmore-platform "1.0.9"]