GroupId | GroupIdcom.github.cloudbow |
---|---|
ArtifactId | ArtifactIdtask-handler |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
task-handler-0.0.1.pom | |
task-handler-0.0.1.jar | 10 KB |
task-handler-0.0.1-sources.jar | 4 KB |
task-handler-0.0.1-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cloudbow/task-handler/ -->
<dependency>
<groupId>com.github.cloudbow</groupId>
<artifactId>task-handler</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cloudbow/task-handler/
implementation 'com.github.cloudbow:task-handler:0.0.1'
// https://jarcasting.com/artifacts/com.github.cloudbow/task-handler/
implementation ("com.github.cloudbow:task-handler:0.0.1")
'com.github.cloudbow:task-handler:jar:0.0.1'
<dependency org="com.github.cloudbow" name="task-handler" rev="0.0.1">
<artifact name="task-handler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cloudbow', module='task-handler', version='0.0.1')
)
libraryDependencies += "com.github.cloudbow" % "task-handler" % "0.0.1"
[com.github.cloudbow/task-handler "0.0.1"]