GroupId | GroupIdcom.shipdream |
---|---|
ArtifactId | ArtifactIdandroid-mvc-controller |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
android-mvc-controller-1.0.pom | |
android-mvc-controller-1.0.jar | 32 KB |
android-mvc-controller-1.0-sources.jar | 27 KB |
android-mvc-controller-1.0-javadoc.jar | 134 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.shipdream/android-mvc-controller/ -->
<dependency>
<groupId>com.shipdream</groupId>
<artifactId>android-mvc-controller</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.shipdream/android-mvc-controller/
implementation 'com.shipdream:android-mvc-controller:1.0'
// https://jarcasting.com/artifacts/com.shipdream/android-mvc-controller/
implementation ("com.shipdream:android-mvc-controller:1.0")
'com.shipdream:android-mvc-controller:jar:1.0'
<dependency org="com.shipdream" name="android-mvc-controller" rev="1.0">
<artifact name="android-mvc-controller" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.shipdream', module='android-mvc-controller', version='1.0')
)
libraryDependencies += "com.shipdream" % "android-mvc-controller" % "1.0"
[com.shipdream/android-mvc-controller "1.0"]