is not current version
Last Version 0.1.2

com.github.michaelruocco:camunda-issue-demo 0.1.1

Small repo to demonstrate an issue we are having with camunda to try and get some help resolving it

GroupId

GroupId

com.github.michaelruocco
ArtifactId

ArtifactId

camunda-issue-demo
Version

Version

0.1.1
Type

Type

pom

Download camunda-issue-demo 0.1.1


<!-- https://jarcasting.com/artifacts/com.github.michaelruocco/camunda-issue-demo/ -->
<dependency>
    <groupId>com.github.michaelruocco</groupId>
    <artifactId>camunda-issue-demo</artifactId>
    <version>0.1.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.michaelruocco/camunda-issue-demo/
implementation 'com.github.michaelruocco:camunda-issue-demo:0.1.1'
// https://jarcasting.com/artifacts/com.github.michaelruocco/camunda-issue-demo/
implementation ("com.github.michaelruocco:camunda-issue-demo:0.1.1")
'com.github.michaelruocco:camunda-issue-demo:pom:0.1.1'
<dependency org="com.github.michaelruocco" name="camunda-issue-demo" rev="0.1.1">
  <artifact name="camunda-issue-demo" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.michaelruocco', module='camunda-issue-demo', version='0.1.1')
)
libraryDependencies += "com.github.michaelruocco" % "camunda-issue-demo" % "0.1.1"
[com.github.michaelruocco/camunda-issue-demo "0.1.1"]