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