Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.microprofile.graphql |
ArtifactId | ArtifactIdmicroprofile-graphql-spec |
Version | Version1.0-M2 |
Type | Typepom |
Filename | Size |
---|---|
microprofile-graphql-spec-1.0-M2.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>1.0-M2</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-M2'
// https://jarcasting.com/artifacts/org.eclipse.microprofile.graphql/microprofile-graphql-spec/
implementation ("org.eclipse.microprofile.graphql:microprofile-graphql-spec:1.0-M2")
'org.eclipse.microprofile.graphql:microprofile-graphql-spec:pom:1.0-M2'
<dependency org="org.eclipse.microprofile.graphql" name="microprofile-graphql-spec" rev="1.0-M2">
<artifact name="microprofile-graphql-spec" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile.graphql', module='microprofile-graphql-spec', version='1.0-M2')
)
libraryDependencies += "org.eclipse.microprofile.graphql" % "microprofile-graphql-spec" % "1.0-M2"
[org.eclipse.microprofile.graphql/microprofile-graphql-spec "1.0-M2"]