| License |
License |
|---|---|
| GroupId | GroupIdcom.watchrabbit |
| ArtifactId | ArtifactIdcommons |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionWatchrabbit - Commons
Utils and tools with java 8 syntax support
|
| Filename | Size |
|---|---|
| commons-1.0.0.pom | |
| commons-1.0.0.jar | 16 KB |
| commons-1.0.0-sources.jar | 13 KB |
| commons-1.0.0-javadoc.jar | 122 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.watchrabbit/commons/ -->
<dependency>
<groupId>com.watchrabbit</groupId>
<artifactId>commons</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.watchrabbit/commons/
implementation 'com.watchrabbit:commons:1.0.0'
// https://jarcasting.com/artifacts/com.watchrabbit/commons/
implementation ("com.watchrabbit:commons:1.0.0")
'com.watchrabbit:commons:jar:1.0.0'
<dependency org="com.watchrabbit" name="commons" rev="1.0.0">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.watchrabbit', module='commons', version='1.0.0')
)
libraryDependencies += "com.watchrabbit" % "commons" % "1.0.0"
[com.watchrabbit/commons "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.7 |
| junit : junit | jar | 4.11 |
| org.assertj : assertj-core | jar | 1.6.1 |