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