Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdcom.github.avenwu |
ArtifactId | ArtifactIddexing |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
dexing-1.0.0.pom | |
dexing-1.0.0.aar | 6 KB |
dexing-1.0.0-sources.jar | 4 KB |
dexing-1.0.0-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.avenwu/dexing/ -->
<dependency>
<groupId>com.github.avenwu</groupId>
<artifactId>dexing</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.avenwu/dexing/
implementation 'com.github.avenwu:dexing:1.0.0'
// https://jarcasting.com/artifacts/com.github.avenwu/dexing/
implementation ("com.github.avenwu:dexing:1.0.0")
'com.github.avenwu:dexing:aar:1.0.0'
<dependency org="com.github.avenwu" name="dexing" rev="1.0.0">
<artifact name="dexing" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.avenwu', module='dexing', version='1.0.0')
)
libraryDependencies += "com.github.avenwu" % "dexing" % "1.0.0"
[com.github.avenwu/dexing "1.0.0"]