License |
License
MIT
|
---|---|
Categories |
CategoriesJava Languages Spring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
GroupId | GroupIdcom.graphql-java-kickstart |
ArtifactId | ArtifactIdgraphql-spring-boot-autoconfigure |
Last Version | Last Version12.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongraphql-spring-boot
GraphQL Spring Framework Boot
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.graphql-java-kickstart/graphql-spring-boot-autoconfigure/ -->
<dependency>
<groupId>com.graphql-java-kickstart</groupId>
<artifactId>graphql-spring-boot-autoconfigure</artifactId>
<version>12.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.graphql-java-kickstart/graphql-spring-boot-autoconfigure/
implementation 'com.graphql-java-kickstart:graphql-spring-boot-autoconfigure:12.0.0'
// https://jarcasting.com/artifacts/com.graphql-java-kickstart/graphql-spring-boot-autoconfigure/
implementation ("com.graphql-java-kickstart:graphql-spring-boot-autoconfigure:12.0.0")
'com.graphql-java-kickstart:graphql-spring-boot-autoconfigure:jar:12.0.0'
<dependency org="com.graphql-java-kickstart" name="graphql-spring-boot-autoconfigure" rev="12.0.0">
<artifact name="graphql-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.graphql-java-kickstart', module='graphql-spring-boot-autoconfigure', version='12.0.0')
)
libraryDependencies += "com.graphql-java-kickstart" % "graphql-spring-boot-autoconfigure" % "12.0.0"
[com.graphql-java-kickstart/graphql-spring-boot-autoconfigure "12.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | 2.5.4 |
org.reflections : reflections | jar | 0.9.11 |
org.springframework.boot : spring-boot-starter-validation | jar | 2.5.4 |
org.apache.commons : commons-text | jar | 1.9 |
org.springframework : spring-webflux | jar | 5.3.9 |