License |
License |
---|---|
GroupId | GroupIdcom.github.rougsig |
ArtifactId | ArtifactIdactions-dispatcher-compiler |
Last Version | Last Version3.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionActions Dispatcher Compiler
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-compiler/ -->
<dependency>
<groupId>com.github.rougsig</groupId>
<artifactId>actions-dispatcher-compiler</artifactId>
<version>3.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rougsig/actions-dispatcher-compiler/
implementation 'com.github.rougsig:actions-dispatcher-compiler:3.0.3'
// https://jarcasting.com/artifacts/com.github.rougsig/actions-dispatcher-compiler/
implementation ("com.github.rougsig:actions-dispatcher-compiler:3.0.3")
'com.github.rougsig:actions-dispatcher-compiler:jar:3.0.3'
<dependency org="com.github.rougsig" name="actions-dispatcher-compiler" rev="3.0.3">
<artifact name="actions-dispatcher-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rougsig', module='actions-dispatcher-compiler', version='3.0.3')
)
libraryDependencies += "com.github.rougsig" % "actions-dispatcher-compiler" % "3.0.3"
[com.github.rougsig/actions-dispatcher-compiler "3.0.3"]
Group / Artifact | Type | Version |
---|---|---|
com.github.rougsig : actions-dispatcher-runtime | jar | 3.0.3 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.21 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.5.21 |
com.squareup : kotlinpoet | jar | 1.9.0 |