GroupId | GroupIdcom.authme |
---|---|
ArtifactId | ArtifactIdauthme-sdk-util |
Version | Version1.5.0 |
Type | Typeaar |
Filename | Size |
---|---|
authme-sdk-util-1.5.0.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.authme/authme-sdk-util/ -->
<dependency>
<groupId>com.authme</groupId>
<artifactId>authme-sdk-util</artifactId>
<version>1.5.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.authme/authme-sdk-util/
implementation 'com.authme:authme-sdk-util:1.5.0'
// https://jarcasting.com/artifacts/com.authme/authme-sdk-util/
implementation ("com.authme:authme-sdk-util:1.5.0")
'com.authme:authme-sdk-util:aar:1.5.0'
<dependency org="com.authme" name="authme-sdk-util" rev="1.5.0">
<artifact name="authme-sdk-util" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.authme', module='authme-sdk-util', version='1.5.0')
)
libraryDependencies += "com.authme" % "authme-sdk-util" % "1.5.0"
[com.authme/authme-sdk-util "1.5.0"]