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