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

Consider publishing to Maven central #8

Closed
SimonMeierIBM opened this issue Jun 9, 2015 · 1 comment
Closed

Consider publishing to Maven central #8

SimonMeierIBM opened this issue Jun 9, 2015 · 1 comment

Comments

@SimonMeierIBM
Copy link
Contributor

Maven Central is the core package repository for releases of Java libraries. It would be great, if the PCJ library would be available from there. It should be pretty easy to achieve by following this guide: http://maven.apache.org/guides/mini/guide-central-repository-upload.html.

@faramir
Copy link
Contributor

faramir commented Jan 17, 2019

PCJ Library is now available on Maven Central Repository.

For maven project, just add this dependency to your pom.xml file.

<dependency>
    <groupId>pl.edu.icm.pcj</groupId>
    <artifactId>pcj</artifactId>
    <version>5.0.6</version>
</dependency>

If you are using gradle, add those lines to your build.gradle file:

implementation 'pl.edu.icm.pcj:pcj:5.0.6'
annotationProcessor 'pl.edu.icm.pcj:pcj:5.0.6'

@faramir faramir closed this as completed Jan 17, 2019
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