| License | License | 
|---|---|
| GroupId | GroupIdcom.mygraphql.graphub | 
| ArtifactId | ArtifactIdgraphub | 
| Last Version | Last Version0.0.1 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionA middleware integrating and joining downstream APIs finally export as GraphQL Service. | 
| Filename | Size | 
|---|---|
| graphub-0.0.1.pom | 993 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.mygraphql.graphub/graphub/ -->
<dependency>
    <groupId>com.mygraphql.graphub</groupId>
    <artifactId>graphub</artifactId>
    <version>0.0.1</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.mygraphql.graphub/graphub/
implementation 'com.mygraphql.graphub:graphub:0.0.1'// https://jarcasting.com/artifacts/com.mygraphql.graphub/graphub/
implementation ("com.mygraphql.graphub:graphub:0.0.1")'com.mygraphql.graphub:graphub:pom:0.0.1'<dependency org="com.mygraphql.graphub" name="graphub" rev="0.0.1">
  <artifact name="graphub" type="pom" />
</dependency>@Grapes(
@Grab(group='com.mygraphql.graphub', module='graphub', version='0.0.1')
)libraryDependencies += "com.mygraphql.graphub" % "graphub" % "0.0.1"[com.mygraphql.graphub/graphub "0.0.1"]