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