Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.jameszbl |
ArtifactId | ArtifactIdauthmore-platform |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
authmore-platform-1.0.4.pom | |
authmore-platform-1.0.4.jar | 36 KB |
authmore-platform-1.0.4-sources.jar | 28 KB |
authmore-platform-1.0.4-javadoc.jar | 482 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jameszbl/authmore-platform/ -->
<dependency>
<groupId>com.github.jameszbl</groupId>
<artifactId>authmore-platform</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jameszbl/authmore-platform/
implementation 'com.github.jameszbl:authmore-platform:1.0.4'
// https://jarcasting.com/artifacts/com.github.jameszbl/authmore-platform/
implementation ("com.github.jameszbl:authmore-platform:1.0.4")
'com.github.jameszbl:authmore-platform:jar:1.0.4'
<dependency org="com.github.jameszbl" name="authmore-platform" rev="1.0.4">
<artifact name="authmore-platform" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jameszbl', module='authmore-platform', version='1.0.4')
)
libraryDependencies += "com.github.jameszbl" % "authmore-platform" % "1.0.4"
[com.github.jameszbl/authmore-platform "1.0.4"]