License |
License |
---|---|
GroupId | GroupIdcom.github.rougsig |
ArtifactId | ArtifactIdactions-dispatcher-runtime |
Version | Version3.0.2 |
Type | Typejar |
Description |
DescriptionActions Dispatcher Runtime
A simple annotation processor for generating actions dispatcher
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.rougsig/actions-dispatcher-runtime/ -->
<dependency>
<groupId>com.github.rougsig</groupId>
<artifactId>actions-dispatcher-runtime</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rougsig/actions-dispatcher-runtime/
implementation 'com.github.rougsig:actions-dispatcher-runtime:3.0.2'
// https://jarcasting.com/artifacts/com.github.rougsig/actions-dispatcher-runtime/
implementation ("com.github.rougsig:actions-dispatcher-runtime:3.0.2")
'com.github.rougsig:actions-dispatcher-runtime:jar:3.0.2'
<dependency org="com.github.rougsig" name="actions-dispatcher-runtime" rev="3.0.2">
<artifact name="actions-dispatcher-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rougsig', module='actions-dispatcher-runtime', version='3.0.2')
)
libraryDependencies += "com.github.rougsig" % "actions-dispatcher-runtime" % "3.0.2"
[com.github.rougsig/actions-dispatcher-runtime "3.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.4.0 |