mdippery / jupiter

Classes, extensions, and syntax sugar for propelling your applications out of this world

Home Page:https://mdippery.github.io/jupiter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jupiter

Build

Jupiter can be built using sbt:

$ sbt compile

You can run the test suite using sbt, as well:

$ sbt test

Install

You can depend on it in your own projects by adding Jupiter as a library dependency in build.sbt:

resolvers += Resolver.bintrayRepo("mipadi", "maven"),

libraryDependencies ++= Seq(
  "com.mipadi" %% "jupiter" % "1.0.0"
)

Documentation

The latest Jupiter API documentation is available here.

About

Classes, extensions, and syntax sugar for propelling your applications out of this world

https://mdippery.github.io/jupiter

License:Apache License 2.0


Languages

Language:Scala 100.0%