| Categories |
CategoriesJava Languages |
|---|---|
| GroupId | GroupIdcom.authlete |
| ArtifactId | ArtifactIdauthlete-java-common |
| Version | Version3.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| authlete-java-common-3.4.pom | |
| authlete-java-common-3.4.jar | 315 KB |
| authlete-java-common-3.4-sources.jar | 429 KB |
| authlete-java-common-3.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.authlete/authlete-java-common/
implementation 'com.authlete:authlete-java-common:3.4'
// https://jarcasting.com/artifacts/com.authlete/authlete-java-common/
implementation ("com.authlete:authlete-java-common:3.4")
'com.authlete:authlete-java-common:jar:3.4'
<dependency org="com.authlete" name="authlete-java-common" rev="3.4">
<artifact name="authlete-java-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.authlete', module='authlete-java-common', version='3.4')
)
libraryDependencies += "com.authlete" % "authlete-java-common" % "3.4"
[com.authlete/authlete-java-common "3.4"]