<dependency> <groupId>io.semla</groupId> <artifactId>semla-graphql</artifactId> <version>1.0.2</version> </dependency>
implementation 'io.semla:semla-graphql:1.0.2'
implementation("io.semla:semla-graphql:1.0.2")
libraryDependencies += "io.semla" % "semla-graphql" % "1.0.2"
@Grapes( @Grab(group='io.semla', module='semla-graphql', version='1.0.2') )
<dependency org="io.semla" name="semla-graphql" rev="1.0.2" />
[io.semla/semla-graphql "1.0.2"]
'io.semla:semla-graphql:jar:1.0.2'
<parent> <groupId>io.semla</groupId> <artifactId>semla</artifactId> <version>1.0.2</version> </parent>
compile
|-- io.semla:semla-core:1.0.2
|-- com.graphql-java:graphql-java:2020-02-12T22-54-17-101dc6c
test
|-- io.semla:semla-testing:1.0.2