GroupId | GroupIdcom.jrummyapps |
---|---|
ArtifactId | ArtifactIdandroid-shell |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
android-shell-1.0.0.pom | |
android-shell-1.0.0.aar | 30 KB |
android-shell-1.0.0-sources.jar | 18 KB |
android-shell-1.0.0-javadoc.jar | 71 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jrummyapps/android-shell/ -->
<dependency>
<groupId>com.jrummyapps</groupId>
<artifactId>android-shell</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.jrummyapps/android-shell/
implementation 'com.jrummyapps:android-shell:1.0.0'
// https://jarcasting.com/artifacts/com.jrummyapps/android-shell/
implementation ("com.jrummyapps:android-shell:1.0.0")
'com.jrummyapps:android-shell:aar:1.0.0'
<dependency org="com.jrummyapps" name="android-shell" rev="1.0.0">
<artifact name="android-shell" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.jrummyapps', module='android-shell', version='1.0.0')
)
libraryDependencies += "com.jrummyapps" % "android-shell" % "1.0.0"
[com.jrummyapps/android-shell "1.0.0"]