git-mkver
                                
                                
                                
                                    git-mkver copied to clipboard
                            
                            
                            
                        Java-friendly library
Hi,
Would it be possible to have a Java-friendly library packaging of your nice tool?
I recently discovered maven (and gradle) can have their artifact versions configured at run-time from git history (https://github.com/qoomon/maven-git-versioning-extension or https://github.com/jgitver/jgitver-maven-plugin).
I also discovered conventional-commits and your tool based on conventional-commits to compute the version.
I would like to combine both to benefit from conventional-commits computed version in my maven projects. But I don't know Scala, only Java, hence the question about a Java-friendly library, which I could try and use in a maven integration.