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