| License |
License |
|---|---|
| Categories |
CategoriesDex General Purpose Libraries Utility |
| GroupId | GroupIdcom.crittercism.dexmaker |
| ArtifactId | ArtifactIddexmaker-dx |
| Version | Version1.4 |
| Type | Typejar |
| Description |
Descriptiondexmaker dx
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| dexmaker-dx-1.4.pom | |
| dexmaker-dx-1.4.jar | 591 KB |
| dexmaker-dx-1.4-sources.jar | 522 KB |
| dexmaker-dx-1.4-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.crittercism.dexmaker/dexmaker-dx/ -->
<dependency>
<groupId>com.crittercism.dexmaker</groupId>
<artifactId>dexmaker-dx</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.crittercism.dexmaker/dexmaker-dx/
implementation 'com.crittercism.dexmaker:dexmaker-dx:1.4'
// https://jarcasting.com/artifacts/com.crittercism.dexmaker/dexmaker-dx/
implementation ("com.crittercism.dexmaker:dexmaker-dx:1.4")
'com.crittercism.dexmaker:dexmaker-dx:jar:1.4'
<dependency org="com.crittercism.dexmaker" name="dexmaker-dx" rev="1.4">
<artifact name="dexmaker-dx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.crittercism.dexmaker', module='dexmaker-dx', version='1.4')
)
libraryDependencies += "com.crittercism.dexmaker" % "dexmaker-dx" % "1.4"
[com.crittercism.dexmaker/dexmaker-dx "1.4"]