nthportal / v   0.6.0

Apache License 2.0 GitHub

A library for manipulating and comparing versions

Scala versions: 2.13

v

Build Status Coverage Status Maven Central Versioning Docs

A library for manipulating and comparing versions

Add to Your sbt Build

Scala 2.13

libraryDependencies += "lgbt.princess" %% "v-core"   % "0.6.0"  // the core library supporting basic version types
libraryDependencies += "lgbt.princess" %% "v-semver" % "0.6.0"  // the SemVer portion of the library (includes "v-core")
libraryDependencies += "lgbt.princess" %% "v"        % "0.6.0"  // all parts of the library