utils

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Лицензия

Лицензия

Группа

Группа

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

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

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

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

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

utils
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Система контроля версий

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

https://github.com/autermann/java-utils

Скачать utils

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.google.guava : guava jar 15.0

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

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

java-utils Build Status

Java Utility Classes

Build

git clone --recursive -q -b master https://github.com/autermann/java-utils.git
mvn -q -f java-utils/pom.xml clean source:jar javadoc:jar install

License

Copyright (C) 2013 by it's authors.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

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

Версия
1.0.0