GroupId | GroupIdcom.shamanland |
---|---|
ArtifactId | ArtifactIdxdroid |
Version | Version0.0.5 |
Type | Typeaar |
Filename | Size |
---|---|
xdroid-0.0.5.pom | |
xdroid-0.0.5.aar | 3 KB |
xdroid-0.0.5-sources.jar | 1 KB |
xdroid-0.0.5-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.shamanland/xdroid/ -->
<dependency>
<groupId>com.shamanland</groupId>
<artifactId>xdroid</artifactId>
<version>0.0.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.shamanland/xdroid/
implementation 'com.shamanland:xdroid:0.0.5'
// https://jarcasting.com/artifacts/com.shamanland/xdroid/
implementation ("com.shamanland:xdroid:0.0.5")
'com.shamanland:xdroid:aar:0.0.5'
<dependency org="com.shamanland" name="xdroid" rev="0.0.5">
<artifact name="xdroid" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.shamanland', module='xdroid', version='0.0.5')
)
libraryDependencies += "com.shamanland" % "xdroid" % "0.0.5"
[com.shamanland/xdroid "0.0.5"]