m

microprofile-graphql-parent

Code-first API for developing GraphQL services in MicroProfile
http://microprofile.io
Apache License, Version 2.0
Eclipse Foundation
MicroProfile Community
Files download
File Operation
microprofile-graphql-parent-2.0-RC1.pom download
Apache Maven
<dependency>
  <groupId>org.eclipse.microprofile.graphql</groupId>
  <artifactId>microprofile-graphql-parent</artifactId>
  <version>2.0-RC1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.eclipse.microprofile.graphql:microprofile-graphql-parent:2.0-RC1'
Gradle Kotlin
implementation("org.eclipse.microprofile.graphql:microprofile-graphql-parent:2.0-RC1")
Scala SBT
libraryDependencies += "org.eclipse.microprofile.graphql" % "microprofile-graphql-parent" % "2.0-RC1"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.microprofile.graphql', module='microprofile-graphql-parent', version='2.0-RC1')
)
Apache Ivy
<dependency org="org.eclipse.microprofile.graphql" name="microprofile-graphql-parent" rev="2.0-RC1" />
Leiningen
[org.eclipse.microprofile.graphql/microprofile-graphql-parent "2.0-RC1"]
Apache Buildr
'org.eclipse.microprofile.graphql:microprofile-graphql-parent:jar:2.0-RC1'
Dependencies
The project has no third-party dependencies