io.github.chrimle:semantic-versioning
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (3.1%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
Basic Info
- Host: GitHub
- Owner: Chrimle
- License: apache-2.0
- Language: Java
- Default Branch: main
- Homepage: https://chrimle.github.io/Semantic-Versioning/
- Size: 54.7 KB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
- Releases: 5
Topics
Metadata Files
README.md
Semantic Versioning
Simple Project for Semantic Version Strings in Java!
Import Dependency
xml
<dependency>
<groupId>io.github.chrimle</groupId>
<artifactId>semantic-versioning</artifactId>
<version>1.1.0</version>
</dependency>
Available on...
Example Usages
```java import io.github.chrimle.semver.Change; import io.github.chrimle.semver.SemVer;
static { var semVer12_3 = new SemVer(1, 2, 3);
// Prints "v1.2.3" System.out.println(semVer12_3.toCompleteVersionString());
var semVer200 = semVer123.incrementMajor();
// Prints "v2" System.out.println(semVer20_0.toShortVersionString());
var semVer210 = semVer200.incrementVersion(Change.MINOR);
// Prints "v2.1" System.out.println(semVer21_0.toShortVersionString()); } ```
JavaDocs
Refer to the JavaDocs for more information.
Owner
- Name: Christopher Molin
- Login: Chrimle
- Kind: user
- Location: Gothenburg
- Company: Chrimle.com
- Website: https://chrimle.com
- Twitter: Chrimle
- Repositories: 1
- Profile: https://github.com/Chrimle
Software Engineer
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you want to reference this project, you could cite it as below." authors: - family-names: "Molin" given-names: "Christopher" orcid: "https://orcid.org/0009-0002-1005-3942" title: "Semantic Versioning" version: 1.1.0 date-released: 2025-08-02 url: "https://github.com/Chrimle/Semantic-Versioning"
GitHub Events
Total
- Release event: 4
- Delete event: 12
- Push event: 17
- Pull request event: 26
- Pull request review event: 2
- Create event: 17
Last Year
- Release event: 4
- Delete event: 12
- Push event: 17
- Pull request event: 26
- Pull request review event: 2
- Create event: 17
Committers
Last synced: 7 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Christopher Molin | 2****e | 13 |
| dependabot[bot] | 4****] | 1 |
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 0
- Total pull requests: 18
- Average time to close issues: N/A
- Average time to close pull requests: 38 minutes
- Total issue authors: 0
- Total pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 11
- Bot issues: 0
- Bot pull requests: 4
Past Year
- Issues: 0
- Pull requests: 18
- Average time to close issues: N/A
- Average time to close pull requests: 38 minutes
- Issue authors: 0
- Pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 11
- Bot issues: 0
- Bot pull requests: 4
Top Authors
Issue Authors
Pull Request Authors
- Chrimle (14)
- dependabot[bot] (4)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
- Total downloads: unknown
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 5
repo1.maven.org: io.github.chrimle:semantic-versioning
Simple Project for Semantic Version Strings in Java!
- Homepage: https://chrimle.github.io/Semantic-Versioning
- Documentation: https://appdoc.app/artifact/io.github.chrimle/semantic-versioning/
- License: Apache License 2.0
-
Latest release: 1.1.0
published 7 months ago
Rankings
Dependencies
- actions/checkout v4 composite
- actions/setup-java v4 composite
- actions/checkout v4 composite
- actions/setup-java v4 composite
- actions/github-script v6 composite