License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.authlete |
ArtifactId | ArtifactIdauthlete-java-common |
Version | Version2.99 |
Type | Typejar |
Description |
Descriptioncom.authlete:authlete-java-common
Authlete Java library used commonly by service implementations and the Authlete server.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
authlete-java-common-2.99.pom | |
authlete-java-common-2.99.jar | 304 KB |
authlete-java-common-2.99-sources.jar | 412 KB |
authlete-java-common-2.99-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.99</version>
</dependency>
// https://jarcasting.com/artifacts/com.authlete/authlete-java-common/
implementation 'com.authlete:authlete-java-common:2.99'
// https://jarcasting.com/artifacts/com.authlete/authlete-java-common/
implementation ("com.authlete:authlete-java-common:2.99")
'com.authlete:authlete-java-common:jar:2.99'
<dependency org="com.authlete" name="authlete-java-common" rev="2.99">
<artifact name="authlete-java-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.authlete', module='authlete-java-common', version='2.99')
)
libraryDependencies += "com.authlete" % "authlete-java-common" % "2.99"
[com.authlete/authlete-java-common "2.99"]
Group / Artifact | Type | Version |
---|---|---|
com.neovisionaries : nv-cipher | jar | 1.3 |
com.google.code.gson : gson | jar | 2.8.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
com.neovisionaries : nv-digest | jar | 1.5 |