<dependency>
<groupId>io.github.thebesteric.framework.agile.plugins</groupId>
<artifactId>workflow-plugin</artifactId>
<version>1.0.15.5</version>
</dependency>
implementation 'io.github.thebesteric.framework.agile.plugins:workflow-plugin:1.0.15.5'
implementation("io.github.thebesteric.framework.agile.plugins:workflow-plugin:1.0.15.5")
libraryDependencies += "io.github.thebesteric.framework.agile.plugins" % "workflow-plugin" % "1.0.15.5"
@Grapes(
@Grab(group='io.github.thebesteric.framework.agile.plugins', module='workflow-plugin', version='1.0.15.5')
)
<dependency org="io.github.thebesteric.framework.agile.plugins" name="workflow-plugin" rev="1.0.15.5" />