GroupId | GroupIdcom.github.terrakok |
---|---|
ArtifactId | ArtifactIdmodo-android-debug |
Version | Version0.5 |
Type | Typeaar |
Filename | Size |
---|---|
modo-android-debug-0.5.pom | |
modo-android-debug-0.5-sources.jar | 6 KB |
modo-android-debug-0.5-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.terrakok/modo-android-debug/ -->
<dependency>
<groupId>com.github.terrakok</groupId>
<artifactId>modo-android-debug</artifactId>
<version>0.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.terrakok/modo-android-debug/
implementation 'com.github.terrakok:modo-android-debug:0.5'
// https://jarcasting.com/artifacts/com.github.terrakok/modo-android-debug/
implementation ("com.github.terrakok:modo-android-debug:0.5")
'com.github.terrakok:modo-android-debug:aar:0.5'
<dependency org="com.github.terrakok" name="modo-android-debug" rev="0.5">
<artifact name="modo-android-debug" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.terrakok', module='modo-android-debug', version='0.5')
)
libraryDependencies += "com.github.terrakok" % "modo-android-debug" % "0.5"
[com.github.terrakok/modo-android-debug "0.5"]