License |
License |
---|---|
GroupId | GroupIdcom.shipdream |
ArtifactId | ArtifactIdservice-core |
Version | Version2.2.0 |
Type | Typejar |
Description |
Descriptionandroid-mvc-service-core
Core Android services for Android MVC framework
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
service-core-2.2.0.pom | |
service-core-2.2.0.jar | 7 KB |
service-core-2.2.0-sources.jar | 6 KB |
service-core-2.2.0-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.shipdream/service-core/ -->
<dependency>
<groupId>com.shipdream</groupId>
<artifactId>service-core</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.shipdream/service-core/
implementation 'com.shipdream:service-core:2.2.0'
// https://jarcasting.com/artifacts/com.shipdream/service-core/
implementation ("com.shipdream:service-core:2.2.0")
'com.shipdream:service-core:jar:2.2.0'
<dependency org="com.shipdream" name="service-core" rev="2.2.0">
<artifact name="service-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.shipdream', module='service-core', version='2.2.0')
)
libraryDependencies += "com.shipdream" % "service-core" % "2.2.0"
[com.shipdream/service-core "2.2.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 1.9.5 |
org.robolectric : robolectric | jar | 3.0 |