| License |
License |
|---|---|
| GroupId | GroupIdcom.mygraphql.graphub |
| ArtifactId | ArtifactIdgraphub-lib |
| 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-lib-0.0.1.pom | |
| graphub-lib-0.0.1.jar | 26 KB |
| graphub-lib-0.0.1-sources.jar | 11 KB |
| graphub-lib-0.0.1-javadoc.jar | 48 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.mygraphql.graphub/graphub-lib/ -->
<dependency>
<groupId>com.mygraphql.graphub</groupId>
<artifactId>graphub-lib</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.mygraphql.graphub/graphub-lib/
implementation 'com.mygraphql.graphub:graphub-lib:0.0.1'
// https://jarcasting.com/artifacts/com.mygraphql.graphub/graphub-lib/
implementation ("com.mygraphql.graphub:graphub-lib:0.0.1")
'com.mygraphql.graphub:graphub-lib:jar:0.0.1'
<dependency org="com.mygraphql.graphub" name="graphub-lib" rev="0.0.1">
<artifact name="graphub-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mygraphql.graphub', module='graphub-lib', version='0.0.1')
)
libraryDependencies += "com.mygraphql.graphub" % "graphub-lib" % "0.0.1"
[com.mygraphql.graphub/graphub-lib "0.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-databind | jar | 2.9.9.3 |
| org.codehaus.groovy : groovy-all | jar | 2.4.15 |
| org.apache.commons : commons-lang3 | jar | 3.8.1 |
| com.graphql-java : graphql-java | jar | 13.0 |
| com.google.guava : guava | jar | 26.0-jre |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 3.0.0 |