| License |
License
MIT License
|
|---|---|
| GroupId | GroupIdcom.kumuluz.ee.graphql |
| ArtifactId | ArtifactIdkumuluzee-graphql-mp |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionKumuluzEE MicroProfile GraphQL
KumuluzEE GraphQL extension provides a layer around GraphQL server, that enables rapid schema development.
|
| Filename | Size |
|---|---|
| kumuluzee-graphql-mp-1.1.0.pom | |
| kumuluzee-graphql-mp-1.1.0.jar | 19 KB |
| kumuluzee-graphql-mp-1.1.0-sources.jar | 16 KB |
| kumuluzee-graphql-mp-1.1.0-javadoc.jar | 99 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.kumuluz.ee.graphql/kumuluzee-graphql-mp/ -->
<dependency>
<groupId>com.kumuluz.ee.graphql</groupId>
<artifactId>kumuluzee-graphql-mp</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.kumuluz.ee.graphql/kumuluzee-graphql-mp/
implementation 'com.kumuluz.ee.graphql:kumuluzee-graphql-mp:1.1.0'
// https://jarcasting.com/artifacts/com.kumuluz.ee.graphql/kumuluzee-graphql-mp/
implementation ("com.kumuluz.ee.graphql:kumuluzee-graphql-mp:1.1.0")
'com.kumuluz.ee.graphql:kumuluzee-graphql-mp:jar:1.1.0'
<dependency org="com.kumuluz.ee.graphql" name="kumuluzee-graphql-mp" rev="1.1.0">
<artifact name="kumuluzee-graphql-mp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kumuluz.ee.graphql', module='kumuluzee-graphql-mp', version='1.1.0')
)
libraryDependencies += "com.kumuluz.ee.graphql" % "kumuluzee-graphql-mp" % "1.1.0"
[com.kumuluz.ee.graphql/kumuluzee-graphql-mp "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.graphql-java : graphql-java | jar | 16.1 |
| io.smallrye : smallrye-graphql-servlet | jar | 1.0.18 |
| org.eclipse.microprofile.graphql : microprofile-graphql-api | jar | 1.0.3 |
| io.github.classgraph : classgraph | jar | 4.8.102 |
| com.kumuluz.ee.rest : kumuluzee-rest-core Optional | jar | 1.4.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.kumuluz.ee : kumuluzee-common | jar | |
| com.kumuluz.ee : kumuluzee-servlet-jetty | jar | |
| com.kumuluz.ee : kumuluzee-cdi-weld | jar | |
| com.kumuluz.ee : kumuluzee-jpa-eclipselink | jar | |
| com.kumuluz.ee : kumuluzee-json-b-yasson | jar | |
| com.kumuluz.ee : kumuluzee-loader | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.eclipse.microprofile.graphql : microprofile-graphql-tck | jar | 1.0.3 |
| org.testng : testng | jar | 6.14.3 |
| org.jboss.arquillian.testng : arquillian-testng-container | jar | |
| com.kumuluz.ee.testing : kumuluzee-arquillian-container | jar | 1.1.1 |
| io.rest-assured : rest-assured | jar | 3.3.0 |