GroupId | GroupIdcom.shipdream |
---|---|
ArtifactId | ArtifactIdandroid-mvc |
Version | Version0.1.2 |
Type | Typeaar |
Filename | Size |
---|---|
android-mvc-0.1.2.pom | |
android-mvc-0.1.2.aar | 41 KB |
android-mvc-0.1.2-sources.jar | 19 KB |
android-mvc-0.1.2-javadoc.jar | 66 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.shipdream/android-mvc/ -->
<dependency>
<groupId>com.shipdream</groupId>
<artifactId>android-mvc</artifactId>
<version>0.1.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.shipdream/android-mvc/
implementation 'com.shipdream:android-mvc:0.1.2'
// https://jarcasting.com/artifacts/com.shipdream/android-mvc/
implementation ("com.shipdream:android-mvc:0.1.2")
'com.shipdream:android-mvc:aar:0.1.2'
<dependency org="com.shipdream" name="android-mvc" rev="0.1.2">
<artifact name="android-mvc" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.shipdream', module='android-mvc', version='0.1.2')
)
libraryDependencies += "com.shipdream" % "android-mvc" % "0.1.2"
[com.shipdream/android-mvc "0.1.2"]