Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.microprofile.graphql |
ArtifactId | ArtifactIdmicroprofile-graphql-api |
Version | Version1.0-M5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.microprofile.graphql/microprofile-graphql-api/ -->
<dependency>
<groupId>org.eclipse.microprofile.graphql</groupId>
<artifactId>microprofile-graphql-api</artifactId>
<version>1.0-M5</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.microprofile.graphql/microprofile-graphql-api/
implementation 'org.eclipse.microprofile.graphql:microprofile-graphql-api:1.0-M5'
// https://jarcasting.com/artifacts/org.eclipse.microprofile.graphql/microprofile-graphql-api/
implementation ("org.eclipse.microprofile.graphql:microprofile-graphql-api:1.0-M5")
'org.eclipse.microprofile.graphql:microprofile-graphql-api:jar:1.0-M5'
<dependency org="org.eclipse.microprofile.graphql" name="microprofile-graphql-api" rev="1.0-M5">
<artifact name="microprofile-graphql-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile.graphql', module='microprofile-graphql-api', version='1.0-M5')
)
libraryDependencies += "org.eclipse.microprofile.graphql" % "microprofile-graphql-api" % "1.0-M5"
[org.eclipse.microprofile.graphql/microprofile-graphql-api "1.0-M5"]