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

META-INF.queries.search_dependencies_project.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)-[:PROJECT_DEPENDENCY*0..10]->(dependency:Version)
return dependency




© 2015 - 2025 Weber Informatics LLC | Privacy Policy