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