Hi, 👋
I'm an Alumni 💯 of CodeForAll and I would like to use this library in some hobby-projects.
I'd like to request this library to be packaged into GitHub Packages so this repo can be integrated more efficiently.
You can now configure Apache Maven to publish packages to GitHub Packages and use packages stored on GitHub Packages as dependencies in a Java project.
Guide: https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry
This would facilitate integration of this library a lot more for maven projects.
I'm available to provide any help with deploying this library, I have experience with it.
You can reach me via this ticket, my Github Profile or LinkedIn.
Example how it would look:
<dependency>
<groupId>org.codeforall</groupId>
<artifactId>simple-graphics</artifactId>
<version>${version}</version>
</dependency>
Thank you!
Hi, 👋
I'm an Alumni 💯 of CodeForAll and I would like to use this library in some hobby-projects.
I'd like to request this library to be packaged into GitHub Packages so this repo can be integrated more efficiently.
You can now configure Apache Maven to publish packages to GitHub Packages and use packages stored on GitHub Packages as dependencies in a Java project.
Guide: https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry
This would facilitate integration of this library a lot more for maven projects.
I'm available to provide any help with deploying this library, I have experience with it.
You can reach me via this ticket, my Github Profile or LinkedIn.
Example how it would look:
Thank you!