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