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