GroupId | GroupIdio.choerodon |
---|---|
ArtifactId | ArtifactIdchoerodon-starter-statemachine |
Version | Version0.10.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.choerodon/choerodon-starter-statemachine/ -->
<dependency>
<groupId>io.choerodon</groupId>
<artifactId>choerodon-starter-statemachine</artifactId>
<version>0.10.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.choerodon/choerodon-starter-statemachine/
implementation 'io.choerodon:choerodon-starter-statemachine:0.10.0.RELEASE'
// https://jarcasting.com/artifacts/io.choerodon/choerodon-starter-statemachine/
implementation ("io.choerodon:choerodon-starter-statemachine:0.10.0.RELEASE")
'io.choerodon:choerodon-starter-statemachine:jar:0.10.0.RELEASE'
<dependency org="io.choerodon" name="choerodon-starter-statemachine" rev="0.10.0.RELEASE">
<artifact name="choerodon-starter-statemachine" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.choerodon', module='choerodon-starter-statemachine', version='0.10.0.RELEASE')
)
libraryDependencies += "io.choerodon" % "choerodon-starter-statemachine" % "0.10.0.RELEASE"
[io.choerodon/choerodon-starter-statemachine "0.10.0.RELEASE"]