All our artifacts are now published on Maven Central

2025-06-06
Posted by Ingo Kegel

All our artifacts are now published on Maven Central

We have migrated all of our public Maven artifacts to Maven Central. Previously, these artifacts were available from our own Maven repository, which will remain online for older releases. New releases will be published exclusively on Maven Central.

Maven Central is the default repository for Maven and also present in most Gradle builds. Not having to add a custom repository makes using our libraries a lot more straightforward.

Here’s a list of the published artifacts in the format groupId:artifactId:

JProfiler
perfino
install4j

If you’re currently using our custom Maven repository, simply remove that entry from your build files. The group and artifact coordinates remain the same, so no other changes are necessary.

If you are using a Gradle build without direct or proxied access to Maven Central, you can add it to your build script:

repositories {
    mavenCentral()
}
Connect
Read with RSS
Subscribe by email
Follow on
Blog Archive