| License | License | 
|---|---|
| GroupId | GroupIdcom.mygraphql.graphub | 
| ArtifactId | ArtifactIdrestapi-connector-test | 
| 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. | 
<!-- https://jarcasting.com/artifacts/com.mygraphql.graphub/restapi-connector-test/ -->
<dependency>
    <groupId>com.mygraphql.graphub</groupId>
    <artifactId>restapi-connector-test</artifactId>
    <version>0.0.1</version>
</dependency>// https://jarcasting.com/artifacts/com.mygraphql.graphub/restapi-connector-test/
implementation 'com.mygraphql.graphub:restapi-connector-test:0.0.1'// https://jarcasting.com/artifacts/com.mygraphql.graphub/restapi-connector-test/
implementation ("com.mygraphql.graphub:restapi-connector-test:0.0.1")'com.mygraphql.graphub:restapi-connector-test:jar:0.0.1'<dependency org="com.mygraphql.graphub" name="restapi-connector-test" rev="0.0.1">
  <artifact name="restapi-connector-test" type="jar" />
</dependency>@Grapes(
@Grab(group='com.mygraphql.graphub', module='restapi-connector-test', version='0.0.1')
)libraryDependencies += "com.mygraphql.graphub" % "restapi-connector-test" % "0.0.1"[com.mygraphql.graphub/restapi-connector-test "0.0.1"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.mockito : mockito-core | jar | 3.0.0 |