| GroupId | GroupIdcom.mcxiaoke.next |
|---|---|
| ArtifactId | ArtifactIdextras-abs |
| Version | Version0.9.2 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| extras-abs-0.9.2.pom | |
| extras-abs-0.9.2.aar | 60 KB |
| extras-abs-0.9.2-sources.jar | 4 KB |
| extras-abs-0.9.2-javadoc.jar | 39 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.mcxiaoke.next/extras-abs/ -->
<dependency>
<groupId>com.mcxiaoke.next</groupId>
<artifactId>extras-abs</artifactId>
<version>0.9.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.mcxiaoke.next/extras-abs/
implementation 'com.mcxiaoke.next:extras-abs:0.9.2'
// https://jarcasting.com/artifacts/com.mcxiaoke.next/extras-abs/
implementation ("com.mcxiaoke.next:extras-abs:0.9.2")
'com.mcxiaoke.next:extras-abs:aar:0.9.2'
<dependency org="com.mcxiaoke.next" name="extras-abs" rev="0.9.2">
<artifact name="extras-abs" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.mcxiaoke.next', module='extras-abs', version='0.9.2')
)
libraryDependencies += "com.mcxiaoke.next" % "extras-abs" % "0.9.2"
[com.mcxiaoke.next/extras-abs "0.9.2"]