<dependency>
<groupId>org.apache.servicecomb.saga</groupId>
<artifactId>apache-servicecomb-saga-actuator-distribution</artifactId>
<version>0.3.0</version>
</dependency>
implementation group: 'org.apache.servicecomb.saga', name: 'apache-servicecomb-saga-actuator-distribution', version: '0.3.0'
implementation 'org.apache.servicecomb.saga:apache-servicecomb-saga-actuator-distribution:0.3.0'
implementation("org.apache.servicecomb.saga:apache-servicecomb-saga-actuator-distribution:0.3.0")
libraryDependencies += "org.apache.servicecomb.saga" % "apache-servicecomb-saga-actuator-distribution" % "0.3.0"
<dependency org="org.apache.servicecomb.saga" name="apache-servicecomb-saga-actuator-distribution" rev="0.3.0"/>
@Grapes(
@Grab(group='org.apache.servicecomb.saga', module='apache-servicecomb-saga-actuator-distribution', version='0.3.0')
)
[org.apache.servicecomb.saga/apache-servicecomb-saga-actuator-distribution "0.3.0"]
'org.apache.servicecomb.saga:apache-servicecomb-saga-actuator-distribution:jar:0.3.0'