<dependency> <groupId>io.semla</groupId> <artifactId>semla-graphql</artifactId> <version>1.0.9</version> </dependency>
implementation 'io.semla:semla-graphql:1.0.9'
implementation("io.semla:semla-graphql:1.0.9")
libraryDependencies += "io.semla" % "semla-graphql" % "1.0.9"
@Grapes( @Grab(group='io.semla', module='semla-graphql', version='1.0.9') )
<dependency org="io.semla" name="semla-graphql" rev="1.0.9" />
[io.semla/semla-graphql "1.0.9"]
'io.semla:semla-graphql:jar:1.0.9'
<parent> <groupId>io.semla</groupId> <artifactId>semla</artifactId> <version>1.0.9</version> </parent>
compile
|-- io.semla:semla-core:1.0.9
|-- com.graphql-java:graphql-java:2020-09-08T23-57-06-7ee7602
test
|-- io.semla:semla-testing:1.0.9