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