| GroupId | GroupIdorg.camunda.bpm | 
    
|---|---|
| ArtifactId | ArtifactIdcamunda-engine-rest-openapi | 
    
| Version | Version7.13.0-alpha5 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/org.camunda.bpm/camunda-engine-rest-openapi/ -->
<dependency>
    <groupId>org.camunda.bpm</groupId>
    <artifactId>camunda-engine-rest-openapi</artifactId>
    <version>7.13.0-alpha5</version>
</dependency>
                // https://jarcasting.com/artifacts/org.camunda.bpm/camunda-engine-rest-openapi/
implementation 'org.camunda.bpm:camunda-engine-rest-openapi:7.13.0-alpha5'
                // https://jarcasting.com/artifacts/org.camunda.bpm/camunda-engine-rest-openapi/
implementation ("org.camunda.bpm:camunda-engine-rest-openapi:7.13.0-alpha5")
                'org.camunda.bpm:camunda-engine-rest-openapi:jar:7.13.0-alpha5'
                <dependency org="org.camunda.bpm" name="camunda-engine-rest-openapi" rev="7.13.0-alpha5">
  <artifact name="camunda-engine-rest-openapi" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.camunda.bpm', module='camunda-engine-rest-openapi', version='7.13.0-alpha5')
)
                libraryDependencies += "org.camunda.bpm" % "camunda-engine-rest-openapi" % "7.13.0-alpha5"
                [org.camunda.bpm/camunda-engine-rest-openapi "7.13.0-alpha5"]