GroupId | GroupIdcom.mcxiaoke.next |
---|---|
ArtifactId | ArtifactIdtask |
Version | Version1.1.5 |
Type | Typeaar |
Filename | Size |
---|---|
task-1.1.5.pom | |
task-1.1.5.aar | 31 KB |
task-1.1.5-sources.jar | 18 KB |
task-1.1.5-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.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.mcxiaoke.next/task/
implementation 'com.mcxiaoke.next:task:1.1.5'
// https://jarcasting.com/artifacts/com.mcxiaoke.next/task/
implementation ("com.mcxiaoke.next:task:1.1.5")
'com.mcxiaoke.next:task:aar:1.1.5'
<dependency org="com.mcxiaoke.next" name="task" rev="1.1.5">
<artifact name="task" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.mcxiaoke.next', module='task', version='1.1.5')
)
libraryDependencies += "com.mcxiaoke.next" % "task" % "1.1.5"
[com.mcxiaoke.next/task "1.1.5"]