Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.flowyun |
ArtifactId | ArtifactIdweb-helper-spring-boot-starter |
Version | Version1.0.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.flowyun/web-helper-spring-boot-starter/ -->
<dependency>
<groupId>com.flowyun</groupId>
<artifactId>web-helper-spring-boot-starter</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.flowyun/web-helper-spring-boot-starter/
implementation 'com.flowyun:web-helper-spring-boot-starter:1.0.8'
// https://jarcasting.com/artifacts/com.flowyun/web-helper-spring-boot-starter/
implementation ("com.flowyun:web-helper-spring-boot-starter:1.0.8")
'com.flowyun:web-helper-spring-boot-starter:jar:1.0.8'
<dependency org="com.flowyun" name="web-helper-spring-boot-starter" rev="1.0.8">
<artifact name="web-helper-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.flowyun', module='web-helper-spring-boot-starter', version='1.0.8')
)
libraryDependencies += "com.flowyun" % "web-helper-spring-boot-starter" % "1.0.8"
[com.flowyun/web-helper-spring-boot-starter "1.0.8"]