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