Uses of Package
com.github.zafarkhaja.semver
-
Packages that use com.github.zafarkhaja.semver Package Description com.github.zafarkhaja.semver This is the root package of the Java SemVer library.com.github.zafarkhaja.semver.expr This package contains classes that implement the SemVer Expressions. -
Classes in com.github.zafarkhaja.semver used by com.github.zafarkhaja.semver Class Description ParseException Thrown to indicate an error during the parsing.UnexpectedCharacterException Thrown when attempting to consume a character of unexpected types.Version TheVersion
class is the main class of the Java SemVer library.Version.Builder A mutable builder for the immutableVersion
class. -
Classes in com.github.zafarkhaja.semver used by com.github.zafarkhaja.semver.expr Class Description ParseException Thrown to indicate an error during the parsing.Parser A parser interface.Version TheVersion
class is the main class of the Java SemVer library.