| GroupId | GroupIdio.github.eaglesakura.workflowdispatcher |
|---|---|
| ArtifactId | ArtifactIdworkflow-dispatcher-runtime |
| Version | Version1.2.1 |
| Type | Typeaar |
<!-- https://jarcasting.com/artifacts/io.github.eaglesakura.workflowdispatcher/workflow-dispatcher-runtime/ -->
<dependency>
<groupId>io.github.eaglesakura.workflowdispatcher</groupId>
<artifactId>workflow-dispatcher-runtime</artifactId>
<version>1.2.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.eaglesakura.workflowdispatcher/workflow-dispatcher-runtime/
implementation 'io.github.eaglesakura.workflowdispatcher:workflow-dispatcher-runtime:1.2.1'
// https://jarcasting.com/artifacts/io.github.eaglesakura.workflowdispatcher/workflow-dispatcher-runtime/
implementation ("io.github.eaglesakura.workflowdispatcher:workflow-dispatcher-runtime:1.2.1")
'io.github.eaglesakura.workflowdispatcher:workflow-dispatcher-runtime:aar:1.2.1'
<dependency org="io.github.eaglesakura.workflowdispatcher" name="workflow-dispatcher-runtime" rev="1.2.1">
<artifact name="workflow-dispatcher-runtime" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.eaglesakura.workflowdispatcher', module='workflow-dispatcher-runtime', version='1.2.1')
)
libraryDependencies += "io.github.eaglesakura.workflowdispatcher" % "workflow-dispatcher-runtime" % "1.2.1"
[io.github.eaglesakura.workflowdispatcher/workflow-dispatcher-runtime "1.2.1"]