| GroupId | GroupIdcom.authme |
|---|---|
| ArtifactId | ArtifactIdempty-authme |
| Version | Version0.1 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| empty-authme-0.1.pom | |
| empty-authme-0.1-sources.jar | 1023 bytes |
| empty-authme-0.1-source.jar | 1023 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.authme/empty-authme/ -->
<dependency>
<groupId>com.authme</groupId>
<artifactId>empty-authme</artifactId>
<version>0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.authme/empty-authme/
implementation 'com.authme:empty-authme:0.1'
// https://jarcasting.com/artifacts/com.authme/empty-authme/
implementation ("com.authme:empty-authme:0.1")
'com.authme:empty-authme:aar:0.1'
<dependency org="com.authme" name="empty-authme" rev="0.1">
<artifact name="empty-authme" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.authme', module='empty-authme', version='0.1')
)
libraryDependencies += "com.authme" % "empty-authme" % "0.1"
[com.authme/empty-authme "0.1"]