License |
License |
---|---|
Categories |
CategoriesDex General Purpose Libraries Utility |
GroupId | GroupIdorg.droidparts.dexmaker |
ArtifactId | ArtifactIddexmaker-parent |
Last Version | Last Version1.5 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptiondexmaker parent
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
dexmaker-parent-1.5.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.droidparts.dexmaker/dexmaker-parent/ -->
<dependency>
<groupId>org.droidparts.dexmaker</groupId>
<artifactId>dexmaker-parent</artifactId>
<version>1.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.droidparts.dexmaker/dexmaker-parent/
implementation 'org.droidparts.dexmaker:dexmaker-parent:1.5'
// https://jarcasting.com/artifacts/org.droidparts.dexmaker/dexmaker-parent/
implementation ("org.droidparts.dexmaker:dexmaker-parent:1.5")
'org.droidparts.dexmaker:dexmaker-parent:pom:1.5'
<dependency org="org.droidparts.dexmaker" name="dexmaker-parent" rev="1.5">
<artifact name="dexmaker-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.droidparts.dexmaker', module='dexmaker-parent', version='1.5')
)
libraryDependencies += "org.droidparts.dexmaker" % "dexmaker-parent" % "1.5"
[org.droidparts.dexmaker/dexmaker-parent "1.5"]