Skip to content

Bathtor/common-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

Stuff that I see coming up frequently and wanna reuse

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •