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