| GroupId | GroupIdio.github.eaglesakura.workflowdispatcher |
|---|---|
| ArtifactId | ArtifactIdworkflow-dispatcher-runtime |
| Version | Version1.1.2-beta01 |
| 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.1.2-beta01</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.1.2-beta01'
// https://jarcasting.com/artifacts/io.github.eaglesakura.workflowdispatcher/workflow-dispatcher-runtime/
implementation ("io.github.eaglesakura.workflowdispatcher:workflow-dispatcher-runtime:1.1.2-beta01")
'io.github.eaglesakura.workflowdispatcher:workflow-dispatcher-runtime:aar:1.1.2-beta01'
<dependency org="io.github.eaglesakura.workflowdispatcher" name="workflow-dispatcher-runtime" rev="1.1.2-beta01">
<artifact name="workflow-dispatcher-runtime" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.eaglesakura.workflowdispatcher', module='workflow-dispatcher-runtime', version='1.1.2-beta01')
)
libraryDependencies += "io.github.eaglesakura.workflowdispatcher" % "workflow-dispatcher-runtime" % "1.1.2-beta01"
[io.github.eaglesakura.workflowdispatcher/workflow-dispatcher-runtime "1.1.2-beta01"]