<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-eventsubscription-service-api</artifactId>
<version>6.7.2</version>
</dependency>
libraryDependencies += "org.flowable" % "flowable-eventsubscription-service-api" % "6.7.2"
@Grapes(
@Grab(group='org.flowable', module='flowable-eventsubscription-service-api', version='6.7.2')
)
<dependency org="org.flowable" name="flowable-eventsubscription-service-api" rev="6.7.2" />