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