GroupId | GroupIdcom.stanfy.mattock |
---|---|
ArtifactId | ArtifactIdandroid-lib-dep |
Version | Version0.9 |
Type | Typeaar |
Filename | Size |
---|---|
android-lib-dep-0.9.pom | |
android-lib-dep-0.9.aar | 224 KB |
android-lib-dep-0.9-sources.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.stanfy.mattock/android-lib-dep/ -->
<dependency>
<groupId>com.stanfy.mattock</groupId>
<artifactId>android-lib-dep</artifactId>
<version>0.9</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.stanfy.mattock/android-lib-dep/
implementation 'com.stanfy.mattock:android-lib-dep:0.9'
// https://jarcasting.com/artifacts/com.stanfy.mattock/android-lib-dep/
implementation ("com.stanfy.mattock:android-lib-dep:0.9")
'com.stanfy.mattock:android-lib-dep:aar:0.9'
<dependency org="com.stanfy.mattock" name="android-lib-dep" rev="0.9">
<artifact name="android-lib-dep" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.stanfy.mattock', module='android-lib-dep', version='0.9')
)
libraryDependencies += "com.stanfy.mattock" % "android-lib-dep" % "0.9"
[com.stanfy.mattock/android-lib-dep "0.9"]