d

dropwizard-graphql

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