<dependency> <groupId>io.semla</groupId> <artifactId>semla-graphql</artifactId> <version>1.1.0</version> </dependency>
implementation 'io.semla:semla-graphql:1.1.0'
implementation("io.semla:semla-graphql:1.1.0")
libraryDependencies += "io.semla" % "semla-graphql" % "1.1.0"
@Grapes( @Grab(group='io.semla', module='semla-graphql', version='1.1.0') )
<dependency org="io.semla" name="semla-graphql" rev="1.1.0" />
[io.semla/semla-graphql "1.1.0"]
'io.semla:semla-graphql:jar:1.1.0'
<parent> <groupId>io.semla</groupId> <artifactId>semla</artifactId> <version>1.1.0</version> </parent>
compile
|-- io.semla:semla-jpa:1.1.0
|-- com.graphql-java:graphql-java:2021-02-28T11-48-01-dc2cdda7
test
|-- io.semla:semla-testing:1.1.0
|-- io.semla:semla-common:1.1.0