Files download
File Operation
semla-graphql-1.0.0.jar download
semla-graphql-1.0.0.pom download
semla-graphql-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.semla</groupId>
  <artifactId>semla-graphql</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.semla:semla-graphql:1.0.0'
Gradle Kotlin
implementation("io.semla:semla-graphql:1.0.0")
Scala SBT
libraryDependencies += "io.semla" % "semla-graphql" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.semla', module='semla-graphql', version='1.0.0')
)
Apache Ivy
<dependency org="io.semla" name="semla-graphql" rev="1.0.0" />
Leiningen
[io.semla/semla-graphql "1.0.0"]
Apache Buildr
'io.semla:semla-graphql:jar:1.0.0'