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