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