Skip to Content
JavasemverIntroduction

Introduction

A modern & lightweight Java library providing full Semantic Versioning 2.0.0 specification compliance. Designed as a port of the javascript ecosystems Node Semver , it ports all major features of Node Semver  to native Java.

Highlights

  • Full SemVer 2.0.0 Compliance: Adherence to the official specification.
  • Zero Dependencies: Lightweight and self-contained.
  • Java 8+ compatible: Compatible with legacy and modern Java projects.
  • Node Semver Features Ported:
    • Parsing
    • Comparisons
    • Ranges
    • Incrementing
    • Coercion
  • Well-tested: Extensive test coverage, including parity tests with node-semver.
Last updated on