Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package simple-graphics in GitHub for easier integration with maven #7

Open
rikkarth opened this issue Dec 2, 2023 · 0 comments
Open

Comments

@rikkarth
Copy link

rikkarth commented Dec 2, 2023

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant