Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.kabal163 |
ArtifactId | ArtifactIdstate-machine-spring-boot-starter |
Version | Version0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.kabal163/state-machine-spring-boot-starter/ -->
<dependency>
<groupId>com.github.kabal163</groupId>
<artifactId>state-machine-spring-boot-starter</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kabal163/state-machine-spring-boot-starter/
implementation 'com.github.kabal163:state-machine-spring-boot-starter:0.2'
// https://jarcasting.com/artifacts/com.github.kabal163/state-machine-spring-boot-starter/
implementation ("com.github.kabal163:state-machine-spring-boot-starter:0.2")
'com.github.kabal163:state-machine-spring-boot-starter:jar:0.2'
<dependency org="com.github.kabal163" name="state-machine-spring-boot-starter" rev="0.2">
<artifact name="state-machine-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kabal163', module='state-machine-spring-boot-starter', version='0.2')
)
libraryDependencies += "com.github.kabal163" % "state-machine-spring-boot-starter" % "0.2"
[com.github.kabal163/state-machine-spring-boot-starter "0.2"]