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

Maven coords? #3

Closed
adorokhine opened this issue Jul 19, 2021 · 2 comments
Closed

Maven coords? #3

adorokhine opened this issue Jul 19, 2021 · 2 comments

Comments

@adorokhine
Copy link

Hello, I'm interested in using this project but I don't see any maven repo coordinates or binaries for it. Could you upload it to maven central?

@jfree
Copy link
Owner

jfree commented Jul 20, 2021

I didn't upload to Maven Central yet because I needed to find out how to deal with the platform specific dependency on Skija (you'll see in the pom.xml that I have a dependency on the Mac version which I am using). There is some discussion about it in #1

For now, you can clone the repo and build it locally, but I should get it uploaded to Maven Central before too long.

@jfree
Copy link
Owner

jfree commented Jul 21, 2021

It should be there now:

    <dependency>
        <groupId>org.jfree</groupId>
        <artifactId>org.jfree.skijagraphics2d</artifactId>
        <version>1.0.0</version>
    </dependency>

Let me know if it works OK with respect to the different platform specific Skija dependencies.

@jfree jfree closed this as completed Jul 21, 2021
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

2 participants