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