| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.watchrabbit |
| Идентификатор | Идентификаторcommons |
| Версия | Версия1.0.0 |
| Тип | Типjar |
| Описание |
ОписаниеWatchrabbit - Commons
Utils and tools with java 8 syntax support
|
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.7 |
| junit : junit | jar | 4.11 |
| org.assertj : assertj-core | jar | 1.6.1 |