Files download
File Operation
incident-process-plugin-3.0-beta1.jar download
incident-process-plugin-3.0-beta1.pom download
incident-process-plugin-3.0-beta1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.aperteworkflow</groupId>
  <artifactId>incident-process-plugin</artifactId>
  <version>3.0-beta1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.aperteworkflow:incident-process-plugin:3.0-beta1'
Gradle Kotlin
implementation("org.aperteworkflow:incident-process-plugin:3.0-beta1")
Scala SBT
libraryDependencies += "org.aperteworkflow" % "incident-process-plugin" % "3.0-beta1"
Groovy Grape
@Grapes(
  @Grab(group='org.aperteworkflow', module='incident-process-plugin', version='3.0-beta1')
)
Apache Ivy
<dependency org="org.aperteworkflow" name="incident-process-plugin" rev="3.0-beta1" />
Leiningen
[org.aperteworkflow/incident-process-plugin "3.0-beta1"]
Apache Buildr
'org.aperteworkflow:incident-process-plugin:jar:3.0-beta1'