License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.eclipse.microprofile.graphql |
ArtifactId | ArtifactIdmicroprofile-graphql-api |
Last Version | Last Version2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMicroProfile GraphQL :: API
Code-first GraphQL APIs for MicroProfile :: API
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.eclipse.microprofile.graphql/microprofile-graphql-api/ -->
<dependency>
<groupId>org.eclipse.microprofile.graphql</groupId>
<artifactId>microprofile-graphql-api</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.microprofile.graphql/microprofile-graphql-api/
implementation 'org.eclipse.microprofile.graphql:microprofile-graphql-api:2.0'
// https://jarcasting.com/artifacts/org.eclipse.microprofile.graphql/microprofile-graphql-api/
implementation ("org.eclipse.microprofile.graphql:microprofile-graphql-api:2.0")
'org.eclipse.microprofile.graphql:microprofile-graphql-api:jar:2.0'
<dependency org="org.eclipse.microprofile.graphql" name="microprofile-graphql-api" rev="2.0">
<artifact name="microprofile-graphql-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile.graphql', module='microprofile-graphql-api', version='2.0')
)
libraryDependencies += "org.eclipse.microprofile.graphql" % "microprofile-graphql-api" % "2.0"
[org.eclipse.microprofile.graphql/microprofile-graphql-api "2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.osgi : org.osgi.annotation.versioning | jar | 1.1.1 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 7.4.0 |