| Categories |
CategoriesJava Languages |
|---|---|
| GroupId | GroupIdcom.authlete |
| ArtifactId | ArtifactIdauthlete-java-common |
| Version | Version3.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| authlete-java-common-3.6.pom | |
| authlete-java-common-3.6.jar | 315 KB |
| authlete-java-common-3.6-sources.jar | 430 KB |
| authlete-java-common-3.6-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.authlete/authlete-java-common/ -->
<dependency>
<groupId>com.authlete</groupId>
<artifactId>authlete-java-common</artifactId>
<version>3.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.authlete/authlete-java-common/
implementation 'com.authlete:authlete-java-common:3.6'
// https://jarcasting.com/artifacts/com.authlete/authlete-java-common/
implementation ("com.authlete:authlete-java-common:3.6")
'com.authlete:authlete-java-common:jar:3.6'
<dependency org="com.authlete" name="authlete-java-common" rev="3.6">
<artifact name="authlete-java-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.authlete', module='authlete-java-common', version='3.6')
)
libraryDependencies += "com.authlete" % "authlete-java-common" % "3.6"
[com.authlete/authlete-java-common "3.6"]