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