GroupId | GroupIdcom.authlete |
---|---|
ArtifactId | ArtifactIdauthlete-jose |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
authlete-jose-1.2.pom | |
authlete-jose-1.2.jar | 31 KB |
authlete-jose-1.2-sources.jar | 27 KB |
authlete-jose-1.2-javadoc.jar | 115 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.authlete/authlete-jose/ -->
<dependency>
<groupId>com.authlete</groupId>
<artifactId>authlete-jose</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.authlete/authlete-jose/
implementation 'com.authlete:authlete-jose:1.2'
// https://jarcasting.com/artifacts/com.authlete/authlete-jose/
implementation ("com.authlete:authlete-jose:1.2")
'com.authlete:authlete-jose:jar:1.2'
<dependency org="com.authlete" name="authlete-jose" rev="1.2">
<artifact name="authlete-jose" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.authlete', module='authlete-jose', version='1.2')
)
libraryDependencies += "com.authlete" % "authlete-jose" % "1.2"
[com.authlete/authlete-jose "1.2"]