<dependency> <groupId>org.neo4j.gds</groupId> <artifactId>graph-schema-api</artifactId> <version>2.8.0</version> </dependency>
implementation 'org.neo4j.gds:graph-schema-api:2.8.0'
implementation("org.neo4j.gds:graph-schema-api:2.8.0")
libraryDependencies += "org.neo4j.gds" % "graph-schema-api" % "2.8.0"
@Grapes( @Grab(group='org.neo4j.gds', module='graph-schema-api', version='2.8.0') )
<dependency org="org.neo4j.gds" name="graph-schema-api" rev="2.8.0" />
[org.neo4j.gds/graph-schema-api "2.8.0"]
'org.neo4j.gds:graph-schema-api:jar:2.8.0'
runtime
|-- org.neo4j.gds:graph-projection-api:2.8.0
|-- org.neo4j.gds:string-formatting:2.8.0