License |
License |
---|---|
GroupId | GroupIdcom.mapzen.android |
ArtifactId | ArtifactIdprefs-plus-parent |
Version | Version1.0.0 |
Type | Typepom |
Description |
DescriptionPrefs+ Parent
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
prefs-plus-parent-1.0.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mapzen.android/prefs-plus-parent/ -->
<dependency>
<groupId>com.mapzen.android</groupId>
<artifactId>prefs-plus-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.mapzen.android/prefs-plus-parent/
implementation 'com.mapzen.android:prefs-plus-parent:1.0.0'
// https://jarcasting.com/artifacts/com.mapzen.android/prefs-plus-parent/
implementation ("com.mapzen.android:prefs-plus-parent:1.0.0")
'com.mapzen.android:prefs-plus-parent:pom:1.0.0'
<dependency org="com.mapzen.android" name="prefs-plus-parent" rev="1.0.0">
<artifact name="prefs-plus-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.mapzen.android', module='prefs-plus-parent', version='1.0.0')
)
libraryDependencies += "com.mapzen.android" % "prefs-plus-parent" % "1.0.0"
[com.mapzen.android/prefs-plus-parent "1.0.0"]