Skip to content

kontext-e/jqassistant-graph-algorithms-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQAssistant APOC Plugin

The project provides the Neo4j Graph Algorithms procedures and functions as jQAssistant plugin.

Note
This plugin is not released yet.

Prerequisites

  • Java 8 or higher

  • jQAssistant 1.8.0 or higher

Maven

The plugin can be enabled in a Maven based project by adding it as a dependency to the jQAssistant Maven plugin:

<build>
    <plugins>
        <plugin>
            <groupId>com.buschmais.jqassistant</groupId>
            <artifactId>jqassistant-maven-plugin</artifactId>
            <version>1.8.0</version>
            <executions>
                <execution>
                    <id>default-cli</id>
                    <goals>
                        <goal>scan</goal>
                        <goal>analyze</goal>
                    </goals>
                </execution>
            </executions>
            <!-- The jqassistant-graph-algorithms-plugin goes here -->
            <dependencies>
                <dependency>
                    <groupId>org.jqassistant.contrib.plugin</groupId>
                    <artifactId>jqassistant-graph-algorithms-plugin</artifactId>
                    <version>1.8.0</version>
                </dependency>
            </dependencies>
        </plugin>
    </plugins>
</build>

Command Line Distribution

Download the shaded JAR file from Maven Central and put it into the /plugins folder of the distribution.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%