https://github.com/kindlychung/scala-utils
https://github.com/kindlychung/scala-utils
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kindlychung/scala-utils
- Owner: kindlychung
- Created: 2015-10-31T15:18:13.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-31T19:15:23.000Z (about 10 years ago)
- Last Synced: 2025-04-05T11:16:21.570Z (9 months ago)
- Language: Scala
- Size: 129 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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"