License |
License |
---|---|
Categories |
CategoriesHelidon Container Microservices |
GroupId | GroupIdio.helidon.microprofile.graphql |
ArtifactId | ArtifactIdhelidon-microprofile-graphql-server |
Version | Version2.3.0 |
Type | Typejar |
Description |
DescriptionHelidon Microprofile GraphQL Server
The Microprofile GraphQL Server implementation
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.helidon.microprofile.graphql/helidon-microprofile-graphql-server/ -->
<dependency>
<groupId>io.helidon.microprofile.graphql</groupId>
<artifactId>helidon-microprofile-graphql-server</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.microprofile.graphql/helidon-microprofile-graphql-server/
implementation 'io.helidon.microprofile.graphql:helidon-microprofile-graphql-server:2.3.0'
// https://jarcasting.com/artifacts/io.helidon.microprofile.graphql/helidon-microprofile-graphql-server/
implementation ("io.helidon.microprofile.graphql:helidon-microprofile-graphql-server:2.3.0")
'io.helidon.microprofile.graphql:helidon-microprofile-graphql-server:jar:2.3.0'
<dependency org="io.helidon.microprofile.graphql" name="helidon-microprofile-graphql-server" rev="2.3.0">
<artifact name="helidon-microprofile-graphql-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.microprofile.graphql', module='helidon-microprofile-graphql-server', version='2.3.0')
)
libraryDependencies += "io.helidon.microprofile.graphql" % "helidon-microprofile-graphql-server" % "2.3.0"
[io.helidon.microprofile.graphql/helidon-microprofile-graphql-server "2.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.microprofile.graphql : microprofile-graphql-api | jar | 1.0.3 |
io.helidon.graphql : helidon-graphql-server | jar | 2.3.0 |
com.graphql-java : graphql-java-extended-scalars | jar | 15.0.0 |
io.helidon.microprofile.server : helidon-microprofile-server | jar | 2.3.0 |
io.helidon.microprofile.config : helidon-microprofile-config | jar | 2.3.0 |
org.jboss : jandex | jar | 2.1.1.Final |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
org.hamcrest : hamcrest-all | jar | 1.3 |
io.helidon.microprofile.tests : helidon-microprofile-tests-junit5 | jar | 2.3.0 |