Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdme.kpali |
ArtifactId | ArtifactIdwolf-flow-spring-boot-starter |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/me.kpali/wolf-flow-spring-boot-starter/ -->
<dependency>
<groupId>me.kpali</groupId>
<artifactId>wolf-flow-spring-boot-starter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.kpali/wolf-flow-spring-boot-starter/
implementation 'me.kpali:wolf-flow-spring-boot-starter:1.0.0'
// https://jarcasting.com/artifacts/me.kpali/wolf-flow-spring-boot-starter/
implementation ("me.kpali:wolf-flow-spring-boot-starter:1.0.0")
'me.kpali:wolf-flow-spring-boot-starter:jar:1.0.0'
<dependency org="me.kpali" name="wolf-flow-spring-boot-starter" rev="1.0.0">
<artifact name="wolf-flow-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.kpali', module='wolf-flow-spring-boot-starter', version='1.0.0')
)
libraryDependencies += "me.kpali" % "wolf-flow-spring-boot-starter" % "1.0.0"
[me.kpali/wolf-flow-spring-boot-starter "1.0.0"]