Categories |
CategoriesHelidon Container Microservices |
---|---|
GroupId | GroupIdio.helidon.graphql |
ArtifactId | ArtifactIdhelidon-graphql-server |
Version | Version2.5.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.helidon.graphql/helidon-graphql-server/ -->
<dependency>
<groupId>io.helidon.graphql</groupId>
<artifactId>helidon-graphql-server</artifactId>
<version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.graphql/helidon-graphql-server/
implementation 'io.helidon.graphql:helidon-graphql-server:2.5.0'
// https://jarcasting.com/artifacts/io.helidon.graphql/helidon-graphql-server/
implementation ("io.helidon.graphql:helidon-graphql-server:2.5.0")
'io.helidon.graphql:helidon-graphql-server:jar:2.5.0'
<dependency org="io.helidon.graphql" name="helidon-graphql-server" rev="2.5.0">
<artifact name="helidon-graphql-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.graphql', module='helidon-graphql-server', version='2.5.0')
)
libraryDependencies += "io.helidon.graphql" % "helidon-graphql-server" % "2.5.0"
[io.helidon.graphql/helidon-graphql-server "2.5.0"]