is not current version
Last Version 2.0

org.eclipse.microprofile.graphql:microprofile-graphql-spec 1.0.0-RC2

Code-first GraphQL APIs for MicroProfile :: Specification

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.microprofile.graphql
ArtifactId

ArtifactId

microprofile-graphql-spec
Version

Version

1.0.0-RC2
Type

Type

pom

Download microprofile-graphql-spec 1.0.0-RC2


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