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