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