is not current version
Last Version 2.0

MicroProfile GraphQL 1.0.4-RC1

Code-first API for developing GraphQL services in MicroProfile

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.microprofile.graphql
ArtifactId

ArtifactId

microprofile-graphql-parent
Version

Version

1.0.4-RC1
Type

Type

pom
Description

Description

MicroProfile GraphQL
Code-first API for developing GraphQL services in MicroProfile
Project URL

Project URL

http://microprofile.io
Project Organization

Project Organization

Eclipse Foundation
Source Code Management

Source Code Management

https://github.com/eclipse/microprofile-graphql

Download microprofile-graphql-parent 1.0.4-RC1


<!-- https://jarcasting.com/artifacts/org.eclipse.microprofile.graphql/microprofile-graphql-parent/ -->
<dependency>
    <groupId>org.eclipse.microprofile.graphql</groupId>
    <artifactId>microprofile-graphql-parent</artifactId>
    <version>1.0.4-RC1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.microprofile.graphql/microprofile-graphql-parent/
implementation 'org.eclipse.microprofile.graphql:microprofile-graphql-parent:1.0.4-RC1'
// https://jarcasting.com/artifacts/org.eclipse.microprofile.graphql/microprofile-graphql-parent/
implementation ("org.eclipse.microprofile.graphql:microprofile-graphql-parent:1.0.4-RC1")
'org.eclipse.microprofile.graphql:microprofile-graphql-parent:pom:1.0.4-RC1'
<dependency org="org.eclipse.microprofile.graphql" name="microprofile-graphql-parent" rev="1.0.4-RC1">
  <artifact name="microprofile-graphql-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile.graphql', module='microprofile-graphql-parent', version='1.0.4-RC1')
)
libraryDependencies += "org.eclipse.microprofile.graphql" % "microprofile-graphql-parent" % "1.0.4-RC1"
[org.eclipse.microprofile.graphql/microprofile-graphql-parent "1.0.4-RC1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • spec
  • api
  • tck