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