GroupId | GroupIdorg.camunda.template-engines |
---|---|
ArtifactId | ArtifactIdcamunda-template-engines-parent |
Version | Version1.0.0-alpha1 |
Type | Typepom |
Filename | Size |
---|---|
camunda-template-engines-parent-1.0.0-alpha1.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.camunda.template-engines/camunda-template-engines-parent/ -->
<dependency>
<groupId>org.camunda.template-engines</groupId>
<artifactId>camunda-template-engines-parent</artifactId>
<version>1.0.0-alpha1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.template-engines/camunda-template-engines-parent/
implementation 'org.camunda.template-engines:camunda-template-engines-parent:1.0.0-alpha1'
// https://jarcasting.com/artifacts/org.camunda.template-engines/camunda-template-engines-parent/
implementation ("org.camunda.template-engines:camunda-template-engines-parent:1.0.0-alpha1")
'org.camunda.template-engines:camunda-template-engines-parent:pom:1.0.0-alpha1'
<dependency org="org.camunda.template-engines" name="camunda-template-engines-parent" rev="1.0.0-alpha1">
<artifact name="camunda-template-engines-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.camunda.template-engines', module='camunda-template-engines-parent', version='1.0.0-alpha1')
)
libraryDependencies += "org.camunda.template-engines" % "camunda-template-engines-parent" % "1.0.0-alpha1"
[org.camunda.template-engines/camunda-template-engines-parent "1.0.0-alpha1"]