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