d

dropwizard-graphql

Dropwizard GraphQL Bundle
https://github.com/smoketurner/dropwizard-graphql
Files download
File Operation
dropwizard-graphql-1.3.7-1.pom download
Apache Maven
<dependency>
  <groupId>com.smoketurner.dropwizard</groupId>
  <artifactId>dropwizard-graphql</artifactId>
  <version>1.3.7-1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.smoketurner.dropwizard:dropwizard-graphql:1.3.7-1'
Gradle Kotlin
implementation("com.smoketurner.dropwizard:dropwizard-graphql:1.3.7-1")
Scala SBT
libraryDependencies += "com.smoketurner.dropwizard" % "dropwizard-graphql" % "1.3.7-1"
Groovy Grape
@Grapes(
  @Grab(group='com.smoketurner.dropwizard', module='dropwizard-graphql', version='1.3.7-1')
)
Apache Ivy
<dependency org="com.smoketurner.dropwizard" name="dropwizard-graphql" rev="1.3.7-1" />
Leiningen
[com.smoketurner.dropwizard/dropwizard-graphql "1.3.7-1"]
Apache Buildr
'com.smoketurner.dropwizard:dropwizard-graphql:jar:1.3.7-1'