| GroupId | GroupIdcom.watchrabbit |
|---|---|
| ArtifactId | ArtifactIdrabbit-executor-spring |
| Version | Version1.1.5 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.watchrabbit/rabbit-executor-spring/ -->
<dependency>
<groupId>com.watchrabbit</groupId>
<artifactId>rabbit-executor-spring</artifactId>
<version>1.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.watchrabbit/rabbit-executor-spring/
implementation 'com.watchrabbit:rabbit-executor-spring:1.1.5'
// https://jarcasting.com/artifacts/com.watchrabbit/rabbit-executor-spring/
implementation ("com.watchrabbit:rabbit-executor-spring:1.1.5")
'com.watchrabbit:rabbit-executor-spring:jar:1.1.5'
<dependency org="com.watchrabbit" name="rabbit-executor-spring" rev="1.1.5">
<artifact name="rabbit-executor-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.watchrabbit', module='rabbit-executor-spring', version='1.1.5')
)
libraryDependencies += "com.watchrabbit" % "rabbit-executor-spring" % "1.1.5"
[com.watchrabbit/rabbit-executor-spring "1.1.5"]