is not current version
Last Version 1.7.0

com.mcxiaoke.next:core 0.9.0

Android Next Common Components: Views, Widgets, Utils

GroupId

GroupId

com.mcxiaoke.next
ArtifactId

ArtifactId

core
Version

Version

0.9.0
Type

Type

jar

Download core 0.9.0


<!-- https://jarcasting.com/artifacts/com.mcxiaoke.next/core/ -->
<dependency>
    <groupId>com.mcxiaoke.next</groupId>
    <artifactId>core</artifactId>
    <version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mcxiaoke.next/core/
implementation 'com.mcxiaoke.next:core:0.9.0'
// https://jarcasting.com/artifacts/com.mcxiaoke.next/core/
implementation ("com.mcxiaoke.next:core:0.9.0")
'com.mcxiaoke.next:core:jar:0.9.0'
<dependency org="com.mcxiaoke.next" name="core" rev="0.9.0">
  <artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mcxiaoke.next', module='core', version='0.9.0')
)
libraryDependencies += "com.mcxiaoke.next" % "core" % "0.9.0"
[com.mcxiaoke.next/core "0.9.0"]