GroupId | GroupIdcom.jeevansurendran |
---|---|
ArtifactId | ArtifactIdwork-android-debug |
Version | Version0.0.8 |
Type | Typeaar |
Filename | Size |
---|---|
work-android-debug-0.0.8.pom | |
work-android-debug-0.0.8-sources.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jeevansurendran/work-android-debug/ -->
<dependency>
<groupId>com.jeevansurendran</groupId>
<artifactId>work-android-debug</artifactId>
<version>0.0.8</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.jeevansurendran/work-android-debug/
implementation 'com.jeevansurendran:work-android-debug:0.0.8'
// https://jarcasting.com/artifacts/com.jeevansurendran/work-android-debug/
implementation ("com.jeevansurendran:work-android-debug:0.0.8")
'com.jeevansurendran:work-android-debug:aar:0.0.8'
<dependency org="com.jeevansurendran" name="work-android-debug" rev="0.0.8">
<artifact name="work-android-debug" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.jeevansurendran', module='work-android-debug', version='0.0.8')
)
libraryDependencies += "com.jeevansurendran" % "work-android-debug" % "0.0.8"
[com.jeevansurendran/work-android-debug "0.0.8"]