License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Neo4J Data Databases |
GroupId | GroupIdorg.neo4j.graphql.examples |
ArtifactId | ArtifactIdgraphql-spring-boot |
Last Version | Last Version1.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionExample - graphql-spring-boot
Example for using neo4j-graphql-java with Spring Boot
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
graphql-spring-boot-1.5.0.pom | |
graphql-spring-boot-1.5.0.jar | 21 KB |
graphql-spring-boot-1.5.0-sources.jar | 5 KB |
graphql-spring-boot-1.5.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.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j.graphql.examples/graphql-spring-boot/
implementation 'org.neo4j.graphql.examples:graphql-spring-boot:1.5.0'
// https://jarcasting.com/artifacts/org.neo4j.graphql.examples/graphql-spring-boot/
implementation ("org.neo4j.graphql.examples:graphql-spring-boot:1.5.0")
'org.neo4j.graphql.examples:graphql-spring-boot:jar:1.5.0'
<dependency org="org.neo4j.graphql.examples" name="graphql-spring-boot" rev="1.5.0">
<artifact name="graphql-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j.graphql.examples', module='graphql-spring-boot', version='1.5.0')
)
libraryDependencies += "org.neo4j.graphql.examples" % "graphql-spring-boot" % "1.5.0"
[org.neo4j.graphql.examples/graphql-spring-boot "1.5.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
org.neo4j.driver : neo4j-java-driver-spring-boot-starter | jar | 4.2.7.0 |
org.neo4j : neo4j-graphql-java | jar | 1.5.0 |
com.expediagroup : graphql-kotlin-spring-server | jar | 5.2.0 |
com.fasterxml.jackson.module : jackson-module-kotlin | jar | |
org.jetbrains.kotlin : kotlin-reflect | jar | |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | |
org.testcontainers : neo4j | jar | 1.16.2 |
org.testcontainers : junit-jupiter | jar | 1.16.2 |
org.jetbrains.kotlin : kotlin-test-junit5 | jar | 1.6.10 |