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