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