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