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