| License | License | 
|---|---|
| GroupId | GroupIdcom.duoec.graphql | 
| ArtifactId | ArtifactIdparent | 
| Last Version | Last Version1.0.0 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | Descriptionduo-graphql Duo-GraphQL基于graphql-java的扩展,用于支持当前主流的多团队微服务敏捷开发模式 | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| parent-1.0.0.pom | 6 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.duoec.graphql/parent/ -->
<dependency>
    <groupId>com.duoec.graphql</groupId>
    <artifactId>parent</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.duoec.graphql/parent/
implementation 'com.duoec.graphql:parent:1.0.0'// https://jarcasting.com/artifacts/com.duoec.graphql/parent/
implementation ("com.duoec.graphql:parent:1.0.0")'com.duoec.graphql:parent:pom:1.0.0'<dependency org="com.duoec.graphql" name="parent" rev="1.0.0">
  <artifact name="parent" type="pom" />
</dependency>@Grapes(
@Grab(group='com.duoec.graphql', module='parent', version='1.0.0')
)libraryDependencies += "com.duoec.graphql" % "parent" % "1.0.0"[com.duoec.graphql/parent "1.0.0"]