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