{"id":21031326,"url":"https://github.com/eldoriarpg/semvertools","last_synced_at":"2025-08-02T07:17:33.222Z","repository":{"id":37746200,"uuid":"376621475","full_name":"eldoriarpg/SemVerTools","owner":"eldoriarpg","description":"A Java library providing tooling for semantic versioning","archived":false,"fork":false,"pushed_at":"2025-04-25T13:51:51.000Z","size":288,"stargazers_count":5,"open_issues_count":14,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-25T14:48:35.092Z","etag":null,"topics":["hacktoberfest","java","semver","versioning"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eldoriarpg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"RainbowDashLabs","patreon":"eldoriaplugins","open_collective":null,"ko_fi":"eldoriaplugins","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://paypal.me/hadde"]}},"created_at":"2021-06-13T19:10:36.000Z","updated_at":"2023-05-02T04:37:59.000Z","dependencies_parsed_at":"2023-10-05T05:22:39.158Z","dependency_job_id":"69c540be-fd14-44f5-8fe4-1612b20fc999","html_url":"https://github.com/eldoriarpg/SemVerTools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eldoriarpg%2FSemVerTools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eldoriarpg%2FSemVerTools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eldoriarpg%2FSemVerTools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eldoriarpg%2FSemVerTools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eldoriarpg","download_url":"https://codeload.github.com/eldoriarpg/SemVerTools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254331101,"owners_count":22053110,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest","java","semver","versioning"],"created_at":"2024-11-19T12:27:22.124Z","updated_at":"2025-05-15T11:33:31.134Z","avatar_url":"https://github.com/eldoriarpg.png","language":"Java","funding_links":["https://github.com/sponsors/RainbowDashLabs","https://patreon.com/eldoriaplugins","https://ko-fi.com/eldoriaplugins","https://paypal.me/hadde"],"categories":[],"sub_categories":[],"readme":"# SemVerTools\n\nThis is a Java library providing tooling for semantic versioning.\n\nCurrently, it can mainly parse and compare valid semver strings.\n\n## Example Usage\n\nTo check if an update is available for a program, library, framework, etc.,\nit is a common approach to compare the versions, given as strings.\n\nWith SemVerTools, this is as easy as doing\n\n```java\nString thisVersion = ...;\nString remoteVersion = ...;\nSemanticVersion current = SemanticVersion.parse(thisVersion);\nSemanticVersion next = SemanticVersion.parse(remoteVersion);\nif (next.succeeds(current)) {\n    System.out.println(\"New version available: \" + next);\n}\n```\n\n## Using this library\n\nAs this library is in an early development state, it is not deployed to any maven repository.\n\n## Contributing to this project\n\nIf you want to contribute, please check out the [Contribution Notes](CONTRIBUTING.md)\n\n## Issues, Ideas, Questions\n\nIf you found a bug, please report it to the [issue tracker](https://github.com/eldoriarpg/SemVerTools/issues).\nMake sure you don't report a bug that was already reported before.\n\nIf you have a feature request, feel free to explain your idea in an issue too.\n\nIf you have any questions, feel free to [start a discussion](https://github.com/eldoriarpg/SemVerTools/discussions/new).\n\n## License\n\nSemVerTools is licenced under the MIT license.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feldoriarpg%2Fsemvertools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feldoriarpg%2Fsemvertools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feldoriarpg%2Fsemvertools/lists"}