Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdcom.google.dexmaker |
ArtifactId | ArtifactIddexmaker-dx |
Version | Version0.9 |
Type | Typejar |
Filename | Size |
---|---|
dexmaker-dx-0.9.pom | |
dexmaker-dx-0.9.jar | 591 KB |
dexmaker-dx-0.9-sources.jar | 522 KB |
dexmaker-dx-0.9-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.dexmaker/dexmaker-dx/ -->
<dependency>
<groupId>com.google.dexmaker</groupId>
<artifactId>dexmaker-dx</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.dexmaker/dexmaker-dx/
implementation 'com.google.dexmaker:dexmaker-dx:0.9'
// https://jarcasting.com/artifacts/com.google.dexmaker/dexmaker-dx/
implementation ("com.google.dexmaker:dexmaker-dx:0.9")
'com.google.dexmaker:dexmaker-dx:jar:0.9'
<dependency org="com.google.dexmaker" name="dexmaker-dx" rev="0.9">
<artifact name="dexmaker-dx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.dexmaker', module='dexmaker-dx', version='0.9')
)
libraryDependencies += "com.google.dexmaker" % "dexmaker-dx" % "0.9"
[com.google.dexmaker/dexmaker-dx "0.9"]