META-INF.queries.search_dependencies.cql Maven / Gradle / Ivy
The newest version!
Match (version:Version) where version.groupId= "{{groupId}}" and version.artifactId="{{artifactId}}" and version.version="{{version}}"
OPTIONAL MATCH (version)-[:DEPENDENCY*0..10]->(dependency:Version)
return dependency
© 2015 - 2025 Weber Informatics LLC | Privacy Policy