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