License |
License |
---|---|
GroupId | GroupIdcom.mcxiaoke.next |
ArtifactId | ArtifactIdcore |
Version | Version1.7.0 |
Type | Typeaar |
Description |
DescriptionNext Commons Library Core
Android Next Components: Cache, Task, Views, Widgets, Utils
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
core-1.7.0.pom | |
core-1.7.0.aar | 156 KB |
core-1.7.0-sources.jar | 113 KB |
core-1.7.0-javadoc.jar | 287 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mcxiaoke.next/core/ -->
<dependency>
<groupId>com.mcxiaoke.next</groupId>
<artifactId>core</artifactId>
<version>1.7.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.mcxiaoke.next/core/
implementation 'com.mcxiaoke.next:core:1.7.0'
// https://jarcasting.com/artifacts/com.mcxiaoke.next/core/
implementation ("com.mcxiaoke.next:core:1.7.0")
'com.mcxiaoke.next:core:aar:1.7.0'
<dependency org="com.mcxiaoke.next" name="core" rev="1.7.0">
<artifact name="core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.mcxiaoke.next', module='core', version='1.7.0')
)
libraryDependencies += "com.mcxiaoke.next" % "core" % "1.7.0"
[com.mcxiaoke.next/core "1.7.0"]