Skip to content
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

scala-utils

Build Status

scala-utils is an utility library that attempts to add useful code rapidly in your development pipeline, so that you can focus on what is really needed. It does not replace any existing library, instead it allows you to add production-ready features.

Features

Download

Maven

<dependency>
<groupId>br.com.gzvr</groupId>
<artifactId>scala-utils_2.11</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>

SBT

libraryDependencies += "br.com.gzvr" %% "scala-utils" % "1.1.0"

You might need to add the Bintray repository:

resolvers ++= Seq(
  Resolver.bintrayRepo("gzvr", "maven")
)
  • Supported Scala vesions: 2.11 and 2.12

Contributors

Contributing

If you found a bug in the source code or if you want to contribute with new features, you can help submitting an issue; even better if you can submit a pull request :)

About

Utility code for Scala: logging, testing, configuration and more

Resources

License

Releases

No releases published

Packages

No packages published

Languages