d

dropwizard-graphql

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