Skip to content
/ basis Public

Experimental foundation library for Scala focussed on efficiency and clean design

License

Notifications You must be signed in to change notification settings

ReifyIt/basis

Repository files navigation

Basis

Getting Started

To depend on all Basis modules, add the following to your sbt build:

libraryDependencies += "it.reify" %% "basis" % "0.2.1"

Or include just the modules you need:

libraryDependencies += "it.reify" %% "basis-core" % "0.2.1"
libraryDependencies += "it.reify" %% "basis-data" % "0.2.1"
libraryDependencies += "it.reify" %% "basis-form" % "0.2.1"
libraryDependencies += "it.reify" %% "basis-math" % "0.2.1"
libraryDependencies += "it.reify" %% "basis-net" % "0.2.1"
libraryDependencies += "it.reify" %% "basis-proto" % "0.2.1"
libraryDependencies += "it.reify" %% "basis-stat" % "0.2.1"
libraryDependencies += "it.reify" %% "basis-util" % "0.2.1"

About

Experimental foundation library for Scala focussed on efficiency and clean design

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages