Skip to content

Karasiq/commons

Repository files navigation

commons Maven Central

Mixed Scala utility classes

How to use

Add to your build.sbt:

libraryDependencies += "com.github.karasiq" %% "commons" % "1.0.11"

Or separate packages:

libraryDependencies ++= Seq(
  "com.github.karasiq" %% "commons-files" % "1.0.11",
  "com.github.karasiq" %% "commons-network" % "1.0.11",
  "com.github.karasiq" %% "commons-misc" % "1.0.11",
  "com.github.karasiq" %% "commons-akka" % "1.0.11",
  "com.github.karasiq" %% "commons-configs" % "1.0.11",
)

About

Mixed utility classes

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages