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