CommonUtils

Reusable utilities for Java projects

License

License

GroupId

GroupId

com.lkroll
ArtifactId

ArtifactId

common-utils
Last Version

Last Version

1.5.0
Release Date

Release Date

Type

Type

jar
Description

Description

CommonUtils
Reusable utilities for Java projects
Project URL

Project URL

https://github.com/Bathtor/common-utils
Source Code Management

Source Code Management

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

Download common-utils

How to add to project

<!-- 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"]

Dependencies

compile (3)

Group / Artifact Type Version
junit : junit jar 4.13.2
com.google.guava : guava jar 30.1-jre
org.javatuples : javatuples jar 1.2

provided (1)

Group / Artifact Type Version
io.netty : netty-all jar 4.1.52.Final

Project Modules

There are no modules declared in this project.

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"

Versions

Version
1.5.0