META-INF.queries.search_properties.cql Maven / Gradle / Ivy
Match (version:Version) where version.groupId= "{{groupId}}" and version.artifactId="{{artifactId}}" and version.version="{{version}}"
OPTIONAL MATCH (version)-[:PROJECT_DEPENDENCY*0..10]->(artifact:Version)-[:USE_PROPERTY]->(property:Property)
return artifact,
property
© 2015 - 2025 Weber Informatics LLC | Privacy Policy