CommonUtils

Reusable utilities for Java projects

Лицензия

Лицензия

Группа

Группа

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

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

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

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

1.5.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

CommonUtils
Reusable utilities for Java projects
Ссылка на сайт

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

https://github.com/Bathtor/common-utils
Система контроля версий

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

https://github.com/Bathtor/common-utils/tree/master

Скачать common-utils

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

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.13.2
com.google.guava : guava jar 30.1-jre
org.javatuples : javatuples jar 1.2

provided (1)

Идентификатор библиотеки Тип Версия
io.netty : netty-all jar 4.1.52.Final

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

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

CommonUtils

CI

This is just a quick collection of things that I see coming up over and over again in my projects.

Dependencies

Resolvers

All artifacts are deployed on Maven Central, so no special resolver should be necessary in general.

Artefacts

The individual dependencies with their latest version are the following:

Java

Maven Central

<dependency>
    <groupId>com.lkroll</groupId>
    <artifactId>common-utils</artifactId>
    <version>${PUT LATEST VERSION HERE}</version>
</dependency>
Scala

Maven Central

libraryDependencies += "com.lkroll" %% "common-utils-scala" % "PUT LATEST VERSION HERE"
Data Tools

Maven Central

  • JVM-only:
libraryDependencies += "com.lkroll" %% "common-data-tools" % "PUT LATEST VERSION HERE"
  • Scala.js or mixed:
libraryDependencies += "com.lkroll" %%% "common-data-tools" % "PUT LATEST VERSION HERE"

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

Версия
1.5.0