8000 GitHub - randomcoding/scala-utilities at 83b8f3d9195f64267851f8da5cac3d0eb53321e8
[go: up one dir, main page]

Skip to content

randomcoding/scala-utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

scala-utilities

Useful utilities for Scala (especially lift/MongoDB)

This is split into two sections:

Core

This provides utilities for core functionality, such as data time usage.

Lift

These utilities are currently aimed at the use of Lift and/or MongoDB.

Usage

You will require sbt.

Clone this project and then enter sbt publish-local

Add a dependency to your other project's build.sbt file:

libraryDependencies ++= Seq(
  "uk.co.randomcoding" %% "scala-utilities-core" % "0.1.0-SNAPSHOT",
  "uk.co.randomcoding" %% "scala-utilities-lift" % "0.1.0-SNAPSHOT"
)

License

This project is licensed under the GNU AGPL 3.0

Contributions

Contributions are welcome. :)

About

Useful utilities for Scala (especially lift/MongoDB)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

0