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