License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.eclipse.microprofile.graphql |
ArtifactId | ArtifactIdmicroprofile-graphql-spec |
Last Version | Last Version2.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionMicroProfile GraphQL :: Specification
Code-first GraphQL APIs for MicroProfile :: Specification
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
microprofile-graphql-spec-2.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.microprofile.graphql/microprofile-graphql-spec/ -->
<dependency>
<groupId>org.eclipse.microprofile.graphql</groupId>
<artifactId>microprofile-graphql-spec</artifactId>
<version>2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.microprofile.graphql/microprofile-graphql-spec/
implementation 'org.eclipse.microprofile.graphql:microprofile-graphql-spec:2.0'
// https://jarcasting.com/artifacts/org.eclipse.microprofile.graphql/microprofile-graphql-spec/
implementation ("org.eclipse.microprofile.graphql:microprofile-graphql-spec:2.0")
'org.eclipse.microprofile.graphql:microprofile-graphql-spec:pom:2.0'
<dependency org="org.eclipse.microprofile.graphql" name="microprofile-graphql-spec" rev="2.0">
<artifact name="microprofile-graphql-spec" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile.graphql', module='microprofile-graphql-spec', version='2.0')
)
libraryDependencies += "org.eclipse.microprofile.graphql" % "microprofile-graphql-spec" % "2.0"
[org.eclipse.microprofile.graphql/microprofile-graphql-spec "2.0"]