Table of Contents
The project provides the Neo4j APOC procedures and functions as jQAssistant plugin.
Note
|
This plugin is deprecated and no longer supported. Please migrate to jQAssistant 2.1.0 which allows adding APOC directly as plugin for the embedded store: Neo4j v4.x
jqassistant:
store:
embedded:
neo4j-plugins:
- group-id: org.neo4j.procedure
artifact-id: apoc
version: 4.4.0.25 Neo4j v5.x
jqassistant:
store:
embedded:
neo4j-plugins:
- group-id: org.neo4j.procedure
artifact-id: apoc-core
classifier: core
version: 5.17.0 |
The plugin can be enabled in the configuration file .jqassistant.yml
:
.jqassistant.yml
jqassistant:
plugins:
- group-id: org.jqassistant.plugin
artifact-id: jqassistant-apoc-plugin
version: 2.0.0
-
Upgraded to jQAssistant 2.0.0 and APOC 4.4.0.16
-
Changed Maven coordinates to
org.jqassistant.plugin:jqassistant-apoc-plugin