Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
---|---|
GroupId | GroupIdcom.github.sparow199 |
ArtifactId | ArtifactIdgraphiql-spring-boot-autoconfigure |
Version | Version5.6.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.sparow199/graphiql-spring-boot-autoconfigure/ -->
<dependency>
<groupId>com.github.sparow199</groupId>
<artifactId>graphiql-spring-boot-autoconfigure</artifactId>
<version>5.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sparow199/graphiql-spring-boot-autoconfigure/
implementation 'com.github.sparow199:graphiql-spring-boot-autoconfigure:5.6.0'
// https://jarcasting.com/artifacts/com.github.sparow199/graphiql-spring-boot-autoconfigure/
implementation ("com.github.sparow199:graphiql-spring-boot-autoconfigure:5.6.0")
'com.github.sparow199:graphiql-spring-boot-autoconfigure:jar:5.6.0'
<dependency org="com.github.sparow199" name="graphiql-spring-boot-autoconfigure" rev="5.6.0">
<artifact name="graphiql-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sparow199', module='graphiql-spring-boot-autoconfigure', version='5.6.0')
)
libraryDependencies += "com.github.sparow199" % "graphiql-spring-boot-autoconfigure" % "5.6.0"
[com.github.sparow199/graphiql-spring-boot-autoconfigure "5.6.0"]