Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.leangen.graphql |
ArtifactId | ArtifactIdgraphql-spqr-spring-boot-starter-parent |
Version | Version0.0.1 |
Type | Typepom |
Filename | Size |
---|---|
graphql-spqr-spring-boot-starter-parent-0.0.1.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.leangen.graphql/graphql-spqr-spring-boot-starter-parent/ -->
<dependency>
<groupId>io.leangen.graphql</groupId>
<artifactId>graphql-spqr-spring-boot-starter-parent</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.leangen.graphql/graphql-spqr-spring-boot-starter-parent/
implementation 'io.leangen.graphql:graphql-spqr-spring-boot-starter-parent:0.0.1'
// https://jarcasting.com/artifacts/io.leangen.graphql/graphql-spqr-spring-boot-starter-parent/
implementation ("io.leangen.graphql:graphql-spqr-spring-boot-starter-parent:0.0.1")
'io.leangen.graphql:graphql-spqr-spring-boot-starter-parent:pom:0.0.1'
<dependency org="io.leangen.graphql" name="graphql-spqr-spring-boot-starter-parent" rev="0.0.1">
<artifact name="graphql-spqr-spring-boot-starter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.leangen.graphql', module='graphql-spqr-spring-boot-starter-parent', version='0.0.1')
)
libraryDependencies += "io.leangen.graphql" % "graphql-spqr-spring-boot-starter-parent" % "0.0.1"
[io.leangen.graphql/graphql-spqr-spring-boot-starter-parent "0.0.1"]