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