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