bathtor / common-utils   1.3.3

MIT License GitHub

Stuff that I see coming up frequently and wanna reuse

Scala versions: 2.13 2.12
Scala.js versions: 1.x

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"