We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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.
The text was updated successfully, but these errors were encountered:
PCJ Library is now available on Maven Central Repository.
For maven project, just add this dependency to your pom.xml file.
pom.xml
<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:
build.gradle
implementation 'pl.edu.icm.pcj:pcj:5.0.6' annotationProcessor 'pl.edu.icm.pcj:pcj:5.0.6'
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: