m

microprofile-graphql-spec

Code-first GraphQL APIs for MicroProfile :: Specification
Files download
File Operation
microprofile-graphql-spec-2.0.pom download
Apache Maven
<dependency>
  <groupId>org.eclipse.microprofile.graphql</groupId>
  <artifactId>microprofile-graphql-spec</artifactId>
  <version>2.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.eclipse.microprofile.graphql:microprofile-graphql-spec:2.0'
Gradle Kotlin
implementation("org.eclipse.microprofile.graphql:microprofile-graphql-spec:2.0")
Scala SBT
libraryDependencies += "org.eclipse.microprofile.graphql" % "microprofile-graphql-spec" % "2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.microprofile.graphql', module='microprofile-graphql-spec', version='2.0')
)
Apache Ivy
<dependency org="org.eclipse.microprofile.graphql" name="microprofile-graphql-spec" rev="2.0" />
Leiningen
[org.eclipse.microprofile.graphql/microprofile-graphql-spec "2.0"]
Apache Buildr
'org.eclipse.microprofile.graphql:microprofile-graphql-spec:jar:2.0'