Common utilities

A few common utility classes than can be used in various Java dev projects

Лицензия

Лицензия

Группа

Группа

com.github.nicosensei
Идентификатор

Идентификатор

commons
Последняя версия

Последняя версия

1.5.3
Дата

Дата

Тип

Тип

pom
Описание

Описание

Common utilities
A few common utility classes than can be used in various Java dev projects
Ссылка на сайт

Ссылка на сайт

https://github.com/nicosensei/commons

Скачать commons

Имя Файла Размер
commons-1.5.3.pom 2 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.nicosensei/commons/ -->
<dependency>
    <groupId>com.github.nicosensei</groupId>
    <artifactId>commons</artifactId>
    <version>1.5.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nicosensei/commons/
implementation 'com.github.nicosensei:commons:1.5.3'
// https://jarcasting.com/artifacts/com.github.nicosensei/commons/
implementation ("com.github.nicosensei:commons:1.5.3")
'com.github.nicosensei:commons:pom:1.5.3'
<dependency org="com.github.nicosensei" name="commons" rev="1.5.3">
  <artifact name="commons" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.nicosensei', module='commons', version='1.5.3')
)
libraryDependencies += "com.github.nicosensei" % "commons" % "1.5.3"
[com.github.nicosensei/commons "1.5.3"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
log4j : log4j jar 1.2.17

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.0

Модули Проекта

  • commons-util
  • commons-cmd
  • commons-bdb
  • commons-dao

Версии библиотеки

Версия
1.5.3
1.5.2