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

META-INF.queries.search_produce.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]->(depProducer:Version)-[expose:EXPOSE]->(service:Service)-[]->(serviceConsumeType:ServiceType) where  serviceConsumeType.name="Rest"
OPTIONAL MATCH (depConsumer:Version)-[dependenciesConsume:CONSUME]->(service)
return service,
       depProducer,
       depConsumer




© 2015 - 2025 Weber Informatics LLC | Privacy Policy