dynamapath - Dynamic Path Parsing Build Status Maven Central

Quick Start

To use dynamapath in an existing SBT project with Scala 2.11 or a later version, add the following dependencies to your build.sbt depending on your needs:

libraryDependencies ++= Seq(
  "io.chrisdavenport" %% "dynamapath" % "<version>"
)

Credits

Inspiration for this library was drawn from path-to-regexp, Brandon Ros initially made me aware of the concept, and I thought it was intriguing enough to merit translation.