GroupId | GroupIdcom.mcxiaoke.next |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version1.1.12 |
Type | Typeaar |
Filename | Size |
---|---|
core-1.1.12.pom | |
core-1.1.12.aar | 156 KB |
core-1.1.12-sources.jar | 112 KB |
core-1.1.12-javadoc.jar | 285 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mcxiaoke.next/core/ -->
<dependency>
<groupId>com.mcxiaoke.next</groupId>
<artifactId>core</artifactId>
<version>1.1.12</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.mcxiaoke.next/core/
implementation 'com.mcxiaoke.next:core:1.1.12'
// https://jarcasting.com/artifacts/com.mcxiaoke.next/core/
implementation ("com.mcxiaoke.next:core:1.1.12")
'com.mcxiaoke.next:core:aar:1.1.12'
<dependency org="com.mcxiaoke.next" name="core" rev="1.1.12">
<artifact name="core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.mcxiaoke.next', module='core', version='1.1.12')
)
libraryDependencies += "com.mcxiaoke.next" % "core" % "1.1.12"
[com.mcxiaoke.next/core "1.1.12"]