is not current version
Last Version 2.0

org.eclipse.microprofile.graphql:microprofile-graphql-tck 1.0.0-RC1

Code-first GraphQL APIs for MicroProfile :: TCK

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.microprofile.graphql
ArtifactId

ArtifactId

microprofile-graphql-tck
Version

Version

1.0.0-RC1
Type

Type

jar

Download microprofile-graphql-tck 1.0.0-RC1


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