GroupId | GroupIdorg.jdeferred |
---|---|
ArtifactId | ArtifactIdjdeferred-android-parent |
Version | Version1.2.2 |
Type | Typepom |
Filename | Size |
---|---|
jdeferred-android-parent-1.2.2.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jdeferred/jdeferred-android-parent/ -->
<dependency>
<groupId>org.jdeferred</groupId>
<artifactId>jdeferred-android-parent</artifactId>
<version>1.2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jdeferred/jdeferred-android-parent/
implementation 'org.jdeferred:jdeferred-android-parent:1.2.2'
// https://jarcasting.com/artifacts/org.jdeferred/jdeferred-android-parent/
implementation ("org.jdeferred:jdeferred-android-parent:1.2.2")
'org.jdeferred:jdeferred-android-parent:pom:1.2.2'
<dependency org="org.jdeferred" name="jdeferred-android-parent" rev="1.2.2">
<artifact name="jdeferred-android-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jdeferred', module='jdeferred-android-parent', version='1.2.2')
)
libraryDependencies += "org.jdeferred" % "jdeferred-android-parent" % "1.2.2"
[org.jdeferred/jdeferred-android-parent "1.2.2"]