GroupId | GroupIdcom.shamanland |
---|---|
ArtifactId | ArtifactIdxdroid-customservice |
Version | Version0.0.13 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.shamanland/xdroid-customservice/ -->
<dependency>
<groupId>com.shamanland</groupId>
<artifactId>xdroid-customservice</artifactId>
<version>0.0.13</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.shamanland/xdroid-customservice/
implementation 'com.shamanland:xdroid-customservice:0.0.13'
// https://jarcasting.com/artifacts/com.shamanland/xdroid-customservice/
implementation ("com.shamanland:xdroid-customservice:0.0.13")
'com.shamanland:xdroid-customservice:aar:0.0.13'
<dependency org="com.shamanland" name="xdroid-customservice" rev="0.0.13">
<artifact name="xdroid-customservice" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.shamanland', module='xdroid-customservice', version='0.0.13')
)
libraryDependencies += "com.shamanland" % "xdroid-customservice" % "0.0.13"
[com.shamanland/xdroid-customservice "0.0.13"]