An open API service indexing awesome lists of open source software.

https://github.com/kindlychung/scala-utils


https://github.com/kindlychung/scala-utils

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# scala-utils

This library contains some miscellaneous utility functions that I found useful:

* Fetch from, update and transform contents in system clipboard
* Beautify scientific notation string
* Simple manipulation of html strings through regex
...

## Include in `build.sbt`

resolvers += "jitpack" at "https://jitpack.io"

libraryDependencies += "com.github.kindlychung" % "scala-utils" % "0.1"