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