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