Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.sparow199 |
ArtifactId | ArtifactIdgraphiql-spring-boot-starter |
Version | Version5.6.0 |
Type | Typejar |
Filename | Size |
---|---|
graphiql-spring-boot-starter-5.6.0.pom | |
graphiql-spring-boot-starter-5.6.0.jar | 997 bytes |
graphiql-spring-boot-starter-5.6.0-sources.jar | 261 bytes |
graphiql-spring-boot-starter-5.6.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sparow199/graphiql-spring-boot-starter/ -->
<dependency>
<groupId>com.github.sparow199</groupId>
<artifactId>graphiql-spring-boot-starter</artifactId>
<version>5.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sparow199/graphiql-spring-boot-starter/
implementation 'com.github.sparow199:graphiql-spring-boot-starter:5.6.0'
// https://jarcasting.com/artifacts/com.github.sparow199/graphiql-spring-boot-starter/
implementation ("com.github.sparow199:graphiql-spring-boot-starter:5.6.0")
'com.github.sparow199:graphiql-spring-boot-starter:jar:5.6.0'
<dependency org="com.github.sparow199" name="graphiql-spring-boot-starter" rev="5.6.0">
<artifact name="graphiql-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sparow199', module='graphiql-spring-boot-starter', version='5.6.0')
)
libraryDependencies += "com.github.sparow199" % "graphiql-spring-boot-starter" % "5.6.0"
[com.github.sparow199/graphiql-spring-boot-starter "5.6.0"]