GroupId | GroupIdcom.github.rougsig |
---|---|
ArtifactId | ArtifactIdactions-dispatcher-runtime |
Version | Version1.0.9 |
Type | Typejar |
Filename | Size |
---|---|
actions-dispatcher-runtime-1.0.9.pom | |
actions-dispatcher-runtime-1.0.9.jar | 1 KB |
actions-dispatcher-runtime-1.0.9-sources.jar | 517 bytes |
actions-dispatcher-runtime-1.0.9-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rougsig/actions-dispatcher-runtime/ -->
<dependency>
<groupId>com.github.rougsig</groupId>
<artifactId>actions-dispatcher-runtime</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rougsig/actions-dispatcher-runtime/
implementation 'com.github.rougsig:actions-dispatcher-runtime:1.0.9'
// https://jarcasting.com/artifacts/com.github.rougsig/actions-dispatcher-runtime/
implementation ("com.github.rougsig:actions-dispatcher-runtime:1.0.9")
'com.github.rougsig:actions-dispatcher-runtime:jar:1.0.9'
<dependency org="com.github.rougsig" name="actions-dispatcher-runtime" rev="1.0.9">
<artifact name="actions-dispatcher-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rougsig', module='actions-dispatcher-runtime', version='1.0.9')
)
libraryDependencies += "com.github.rougsig" % "actions-dispatcher-runtime" % "1.0.9"
[com.github.rougsig/actions-dispatcher-runtime "1.0.9"]