| GroupId | GroupIdcom.mcxiaoke.next |
|---|---|
| ArtifactId | ArtifactIdextras-abs |
| Version | Version0.9.1 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| extras-abs-0.9.1.pom | |
| extras-abs-0.9.1.aar | 60 KB |
| extras-abs-0.9.1-sources.jar | 4 KB |
| extras-abs-0.9.1-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.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.mcxiaoke.next/extras-abs/
implementation 'com.mcxiaoke.next:extras-abs:0.9.1'
// https://jarcasting.com/artifacts/com.mcxiaoke.next/extras-abs/
implementation ("com.mcxiaoke.next:extras-abs:0.9.1")
'com.mcxiaoke.next:extras-abs:aar:0.9.1'
<dependency org="com.mcxiaoke.next" name="extras-abs" rev="0.9.1">
<artifact name="extras-abs" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.mcxiaoke.next', module='extras-abs', version='0.9.1')
)
libraryDependencies += "com.mcxiaoke.next" % "extras-abs" % "0.9.1"
[com.mcxiaoke.next/extras-abs "0.9.1"]