License |
License |
---|---|
GroupId | GroupIdcom.github.rougsig |
ArtifactId | ArtifactIdactions-dispatcher-processor |
Version | Version1.0.9 |
Type | Typejar |
Description |
DescriptionActions Dispatcher Processor
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-processor/ -->
<dependency>
<groupId>com.github.rougsig</groupId>
<artifactId>actions-dispatcher-processor</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rougsig/actions-dispatcher-processor/
implementation 'com.github.rougsig:actions-dispatcher-processor:1.0.9'
// https://jarcasting.com/artifacts/com.github.rougsig/actions-dispatcher-processor/
implementation ("com.github.rougsig:actions-dispatcher-processor:1.0.9")
'com.github.rougsig:actions-dispatcher-processor:jar:1.0.9'
<dependency org="com.github.rougsig" name="actions-dispatcher-processor" rev="1.0.9">
<artifact name="actions-dispatcher-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rougsig', module='actions-dispatcher-processor', version='1.0.9')
)
libraryDependencies += "com.github.rougsig" % "actions-dispatcher-processor" % "1.0.9"
[com.github.rougsig/actions-dispatcher-processor "1.0.9"]
Group / Artifact | Type | Version |
---|---|---|
com.github.rougsig : actions-dispatcher-annotations | jar | 1.0.9 |
com.github.rougsig : actions-dispatcher-runtime | jar | 1.0.9 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.11 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.3.11 |
com.google.auto.service : auto-service | jar | 1.0-rc4 |
com.squareup : kotlinpoet | jar | 1.0.0 |
me.eugeniomarletti.kotlin.metadata : kotlin-metadata | jar | 1.4.0 |