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