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