Camunda 7 artifacts no longer accessible

Hello,

In the past, I was able to access these Camunda 7 artifacts via these links:

  1. camunda-wildfly-modules-7.22.0.jar: https://camunda.jfrog.io/ui/native/public/org/camunda/bpm/wildfly/camunda-wildfly-modules/7.22.0/
  2. camunda-webapp-wildfly-7.22.0.war: https://camunda.jfrog.io/ui/native/public/org/camunda/bpm/webapp/camunda-webapp-wildfly/7.22.0/
  3. camunda-engine-rest-jakarta-7.22.0-wildfly.war: https://camunda.jfrog.io/ui/native/public/org/camunda/bpm/camunda-engine-rest-jakarta/7.22.0/
  4. camunda-sql-scripts-7.22.0.zip: https://camunda.jfrog.io/ui/native/camunda-bpm/org/camunda/bpm/distro/camunda-sql-scripts/7.22.0/

This is no longer the case. The directory is empty for the first three links, and I am prompted to log in for the fourth link.

Is there an alternative way to access the artifacts?

Thanks for your help.

Camunda 7.22 artifacts are no longer available via JFrog; they’ve been moved to Maven Central. You can access them by adding the proper Maven coordinates (org.camunda.bpm) in your build or downloading directly from mvnrepository. For example, camunda-engine, camunda-webapp-wildfly, and camunda-engine-rest-jakarta are all listed there. SQL scripts are also mirrored under org.camunda.bpm.distro. Beyond version 7.24, only enterprise users have access, so for ongoing support you’ll need either a subscription or to plan migration.