| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcn.vorbote |
| Идентификатор | Идентификаторcommons |
| Версия | Версия2.0.0.RELEASE |
| Тип | Типjar |
| Описание |
ОписаниеVorBotE :: Commons
This is the common util made by Theodore Hills, includes some common utils.
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| commons-2.0.0.RELEASE.pom | |
| commons-2.0.0.RELEASE.jar | 8 KB |
| commons-2.0.0.RELEASE-sources.jar | 8 KB |
| commons-2.0.0.RELEASE-javadoc.jar | 447 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/cn.vorbote/commons/ -->
<dependency>
<groupId>cn.vorbote</groupId>
<artifactId>commons</artifactId>
<version>2.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.vorbote/commons/
implementation 'cn.vorbote:commons:2.0.0.RELEASE'
// https://jarcasting.com/artifacts/cn.vorbote/commons/
implementation ("cn.vorbote:commons:2.0.0.RELEASE")
'cn.vorbote:commons:jar:2.0.0.RELEASE'
<dependency org="cn.vorbote" name="commons" rev="2.0.0.RELEASE">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.vorbote', module='commons', version='2.0.0.RELEASE')
)
libraryDependencies += "cn.vorbote" % "commons" % "2.0.0.RELEASE"
[cn.vorbote/commons "2.0.0.RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| ch.qos.logback : logback-core | jar | 1.2.5 |
| ch.qos.logback : logback-classic | jar | 1.2.5 |
| org.projectlombok : lombok | jar | 1.18.20 |
| org.slf4j : slf4j-api | jar | 1.7.32 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.2 |