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.semverClassDescriptionThe
MetadataVersion
class is used to represent the pre-release version and the build metadata.TheNormalVersion
class represents the version core.Thrown to indicate an error during the parsing.A parser interface.Thrown when attempting to consume a character of unexpected types.TheVersion
class is the main class of the Java SemVer library.A mutable builder for the immutableVersion
class.Valid character types. -
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.