java-commons

Common utility classes for Java.

Лицензия

Лицензия

Категории

Категории

Java Языки программирования
Группа

Группа

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

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

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

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

1.0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

java-commons
Common utility classes for Java.
Ссылка на сайт

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

https://github.com/rbuck/java-commons
Система контроля версий

Система контроля версий

https://github.com/rbuck/java-commons

Скачать java-commons

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

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

Зависимости

compile (1)

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

test (1)

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

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

Данный проект не имеет модулей.

Java Commons

Maven Central

Build Status

Description

This project provides utility classes for Java development that I have open-sourced under the Apache 2.0 License to the Java community. There are more utility classes than these, but the ones open sourced are used so often that it was believed others may find them useful too.

Dependencies

The project has the following dependencies:

Log4j 1.2.17

Build Procedure

To compile and test the project issue the following commands:

mvn clean install

To release the project issue the following commands:

mvn release:clean
mvn release:prepare -Dgpg.passphrase= -Dgpg.keyname=
mvn release:perform

License

See the LICENSE file herein.

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

Версия
1.0.2