Skip to content

Set of utility functions and routines that reduce the boilerplate needed to accomplish some common tasks in Scala.

Notifications You must be signed in to change notification settings

htrc/HTRC-Tools-ScalaUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scala CI codecov GitHub release (latest SemVer including pre-releases)

HTRC-Tools-ScalaUtils

This library provides a set of implicit transformations and routines that reduce the boilerplate needed to accomplish some common tasks in Scala.

Build

  • To generate a package that can be referenced from other projects:
    sbt package
    then find the result in target/scala-2.13/ (or similar) folder.

Usage

SBT

libraryDependencies += "org.hathitrust.htrc" %% "scala-utils" % VERSION

Maven

Scala 2.12.x:

<dependency>
    <groupId>org.hathitrust.htrc</groupId>
    <artifactId>scala-utils_2.12</artifactId>
    <version>VERSION</version>
</dependency>

Scala 2.13.x:

<dependency>
    <groupId>org.hathitrust.htrc</groupId>
    <artifactId>scala-utils_2.13</artifactId>
    <version>VERSION</version>
</dependency>

About

Set of utility functions and routines that reduce the boilerplate needed to accomplish some common tasks in Scala.

Resources

Stars

Watchers

Forks

Packages

No packages published