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-1.0.0-RC2.pom download
Apache Maven
<dependency>
  <groupId>org.eclipse.microprofile.graphql</groupId>
  <artifactId>microprofile-graphql-parent</artifactId>
  <version>1.0.0-RC2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.eclipse.microprofile.graphql:microprofile-graphql-parent:1.0.0-RC2'
Gradle Kotlin
implementation("org.eclipse.microprofile.graphql:microprofile-graphql-parent:1.0.0-RC2")
Scala SBT
libraryDependencies += "org.eclipse.microprofile.graphql" % "microprofile-graphql-parent" % "1.0.0-RC2"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.microprofile.graphql', module='microprofile-graphql-parent', version='1.0.0-RC2')
)
Apache Ivy
<dependency org="org.eclipse.microprofile.graphql" name="microprofile-graphql-parent" rev="1.0.0-RC2" />
Leiningen
[org.eclipse.microprofile.graphql/microprofile-graphql-parent "1.0.0-RC2"]
Apache Buildr
'org.eclipse.microprofile.graphql:microprofile-graphql-parent:jar:1.0.0-RC2'
Dependencies
The project has no third-party dependencies