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