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