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