GroupId | GroupIdcom.github.rougsig |
---|---|
ArtifactId | ArtifactIdactions-dispatcher-kapt |
Version | Version2.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.rougsig/actions-dispatcher-kapt/ -->
<dependency>
<groupId>com.github.rougsig</groupId>
<artifactId>actions-dispatcher-kapt</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rougsig/actions-dispatcher-kapt/
implementation 'com.github.rougsig:actions-dispatcher-kapt:2.0.1'
// https://jarcasting.com/artifacts/com.github.rougsig/actions-dispatcher-kapt/
implementation ("com.github.rougsig:actions-dispatcher-kapt:2.0.1")
'com.github.rougsig:actions-dispatcher-kapt:jar:2.0.1'
<dependency org="com.github.rougsig" name="actions-dispatcher-kapt" rev="2.0.1">
<artifact name="actions-dispatcher-kapt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rougsig', module='actions-dispatcher-kapt', version='2.0.1')
)
libraryDependencies += "com.github.rougsig" % "actions-dispatcher-kapt" % "2.0.1"
[com.github.rougsig/actions-dispatcher-kapt "2.0.1"]