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