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