All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.mahnkong.gteg2neo4j.TaskRelationships Maven / Gradle / Ivy

Go to download

A Gradle-Plugin which enables the "Gradle Task Execution Graph" of a project's build to be stored inside a Neo4j instance

The newest version!
package com.github.mahnkong.gteg2neo4j;

/**
 * Created by mahnkong on 04.03.2016.
 */
public enum TaskRelationships {
    FINALIZED_BY, DEPENDS_ON
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy