| License |
License |
|---|---|
| GroupId | GroupIdcom.mygraphql.graphub |
| ArtifactId | ArtifactIdgraphub-server |
| Last Version | Last Version0.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionA middleware integrating and joining downstream APIs finally export as GraphQL Service.
|
| Filename | Size |
|---|---|
| graphub-server-0.0.1.pom | |
| graphub-server-0.0.1.jar | 35 MB |
| graphub-server-0.0.1-sources.jar | 10 KB |
| graphub-server-0.0.1-javadoc.jar | 22 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.mygraphql.graphub/graphub-server/ -->
<dependency>
<groupId>com.mygraphql.graphub</groupId>
<artifactId>graphub-server</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.mygraphql.graphub/graphub-server/
implementation 'com.mygraphql.graphub:graphub-server:0.0.1'
// https://jarcasting.com/artifacts/com.mygraphql.graphub/graphub-server/
implementation ("com.mygraphql.graphub:graphub-server:0.0.1")
'com.mygraphql.graphub:graphub-server:jar:0.0.1'
<dependency org="com.mygraphql.graphub" name="graphub-server" rev="0.0.1">
<artifact name="graphub-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mygraphql.graphub', module='graphub-server', version='0.0.1')
)
libraryDependencies += "com.mygraphql.graphub" % "graphub-server" % "0.0.1"
[com.mygraphql.graphub/graphub-server "0.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.mygraphql.graphub : restapi-connector | jar | 0.0.1 |
| com.mygraphql.graphub : graphub-lib | jar | 0.0.1 |
| info.picocli : picocli | jar | 4.0.2 |
| org.codehaus.groovy : groovy-all | jar | 2.4.15 |
| org.springframework.boot : spring-boot | jar | 2.1.6.RELEASE |
| org.springframework.boot : spring-boot-starter | jar | 2.1.6.RELEASE |
| org.springframework.boot : spring-boot-starter-web | jar | 2.1.6.RELEASE |
| com.graphql-java : graphql-java-spring-boot-starter-webmvc | jar | 1.0 |
| org.springframework.boot : spring-boot-starter-webflux | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 3.0.0 |
| org.springframework.boot : spring-boot-starter-test | jar | 2.1.6.RELEASE |
| com.mygraphql.graphub : restapi-connector-test | jar | 0.0.1 |