License |
License |
---|---|
GroupId | GroupIdcom.mapzen.android |
ArtifactId | ArtifactIdprefs-plus |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionPrefs+
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
prefs-plus-1.0.0.pom | |
prefs-plus-1.0.0.jar | 8 KB |
prefs-plus-1.0.0-sources.jar | 4 KB |
prefs-plus-1.0.0-javadoc.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mapzen.android/prefs-plus/ -->
<dependency>
<groupId>com.mapzen.android</groupId>
<artifactId>prefs-plus</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mapzen.android/prefs-plus/
implementation 'com.mapzen.android:prefs-plus:1.0.0'
// https://jarcasting.com/artifacts/com.mapzen.android/prefs-plus/
implementation ("com.mapzen.android:prefs-plus:1.0.0")
'com.mapzen.android:prefs-plus:jar:1.0.0'
<dependency org="com.mapzen.android" name="prefs-plus" rev="1.0.0">
<artifact name="prefs-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mapzen.android', module='prefs-plus', version='1.0.0')
)
libraryDependencies += "com.mapzen.android" % "prefs-plus" % "1.0.0"
[com.mapzen.android/prefs-plus "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.android : android | jar | 4.1.1.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.robolectric : robolectric | jar | 2.4 |
com.squareup : fest-android | jar | 1.0.8 |
com.android.support » support-v4 | jar | 19.0.1 |