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
MetadataVersionclass is used to represent the pre-release version and the build metadata.TheNormalVersionclass 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.TheVersionclass is the main class of the Java SemVer library.A mutable builder for the immutableVersionclass.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
Versionclass is the main class of the Java SemVer library.