| License | License | 
|---|---|
| GroupId | GroupIdorg.camunda.bpm.extension | 
| ArtifactId | ArtifactIdcamunda-bpm-graphql-root | 
| Last Version | Last Version0.4.2 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionThis pom defines the required plugins and profiles to allow a camunda community hub release build.
        Inherit this pom when you want to use the camunda community hub GitHub release action. | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| camunda-bpm-graphql-root-0.4.2.pom | 4 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.camunda.bpm.extension/camunda-bpm-graphql-root/ -->
<dependency>
    <groupId>org.camunda.bpm.extension</groupId>
    <artifactId>camunda-bpm-graphql-root</artifactId>
    <version>0.4.2</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.camunda.bpm.extension/camunda-bpm-graphql-root/
implementation 'org.camunda.bpm.extension:camunda-bpm-graphql-root:0.4.2'// https://jarcasting.com/artifacts/org.camunda.bpm.extension/camunda-bpm-graphql-root/
implementation ("org.camunda.bpm.extension:camunda-bpm-graphql-root:0.4.2")'org.camunda.bpm.extension:camunda-bpm-graphql-root:pom:0.4.2'<dependency org="org.camunda.bpm.extension" name="camunda-bpm-graphql-root" rev="0.4.2">
  <artifact name="camunda-bpm-graphql-root" type="pom" />
</dependency>@Grapes(
@Grab(group='org.camunda.bpm.extension', module='camunda-bpm-graphql-root', version='0.4.2')
)libraryDependencies += "org.camunda.bpm.extension" % "camunda-bpm-graphql-root" % "0.4.2"[org.camunda.bpm.extension/camunda-bpm-graphql-root "0.4.2"]