Categories |
CategoriesSpring Boot Container Microservices Neo4J Data Databases |
---|---|
GroupId | GroupIdorg.neo4j.graphql.examples |
ArtifactId | ArtifactIdgraphql-spring-boot |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
graphql-spring-boot-1.2.0.pom | |
graphql-spring-boot-1.2.0.jar | 21 KB |
graphql-spring-boot-1.2.0-sources.jar | 5 KB |
graphql-spring-boot-1.2.0-javadoc.jar | 294 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.neo4j.graphql.examples/graphql-spring-boot/ -->
<dependency>
<groupId>org.neo4j.graphql.examples</groupId>
<artifactId>graphql-spring-boot</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j.graphql.examples/graphql-spring-boot/
implementation 'org.neo4j.graphql.examples:graphql-spring-boot:1.2.0'
// https://jarcasting.com/artifacts/org.neo4j.graphql.examples/graphql-spring-boot/
implementation ("org.neo4j.graphql.examples:graphql-spring-boot:1.2.0")
'org.neo4j.graphql.examples:graphql-spring-boot:jar:1.2.0'
<dependency org="org.neo4j.graphql.examples" name="graphql-spring-boot" rev="1.2.0">
<artifact name="graphql-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j.graphql.examples', module='graphql-spring-boot', version='1.2.0')
)
libraryDependencies += "org.neo4j.graphql.examples" % "graphql-spring-boot" % "1.2.0"
[org.neo4j.graphql.examples/graphql-spring-boot "1.2.0"]