License |
License |
---|---|
Categories |
CategoriesDex General Purpose Libraries Utility |
GroupId | GroupIdcom.github.avenwu |
ArtifactId | ArtifactIddexing |
Last Version | Last Version1.0.5 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptiondexing
Make it easy to work with multidex, no more 'keep-list' overhead.
|
Project URL |
Project URL |
Filename | Size |
---|---|
dexing-1.0.5.pom | |
dexing-1.0.5.aar | 6 KB |
dexing-1.0.5-sources.jar | 6 KB |
dexing-1.0.5-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.avenwu/dexing/ -->
<dependency>
<groupId>com.github.avenwu</groupId>
<artifactId>dexing</artifactId>
<version>1.0.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.avenwu/dexing/
implementation 'com.github.avenwu:dexing:1.0.5'
// https://jarcasting.com/artifacts/com.github.avenwu/dexing/
implementation ("com.github.avenwu:dexing:1.0.5")
'com.github.avenwu:dexing:aar:1.0.5'
<dependency org="com.github.avenwu" name="dexing" rev="1.0.5">
<artifact name="dexing" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.avenwu', module='dexing', version='1.0.5')
)
libraryDependencies += "com.github.avenwu" % "dexing" % "1.0.5"
[com.github.avenwu/dexing "1.0.5"]
Group / Artifact | Type | Version |
---|---|---|
com.android.support » multidex | jar | 1.0.3 |