Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.hswebframework.web |
ArtifactId | ArtifactIdhsweb-spring-boot-starter |
Version | Version3.0.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.hswebframework.web/hsweb-spring-boot-starter/ -->
<dependency>
<groupId>org.hswebframework.web</groupId>
<artifactId>hsweb-spring-boot-starter</artifactId>
<version>3.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.hswebframework.web/hsweb-spring-boot-starter/
implementation 'org.hswebframework.web:hsweb-spring-boot-starter:3.0.9'
// https://jarcasting.com/artifacts/org.hswebframework.web/hsweb-spring-boot-starter/
implementation ("org.hswebframework.web:hsweb-spring-boot-starter:3.0.9")
'org.hswebframework.web:hsweb-spring-boot-starter:jar:3.0.9'
<dependency org="org.hswebframework.web" name="hsweb-spring-boot-starter" rev="3.0.9">
<artifact name="hsweb-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hswebframework.web', module='hsweb-spring-boot-starter', version='3.0.9')
)
libraryDependencies += "org.hswebframework.web" % "hsweb-spring-boot-starter" % "3.0.9"
[org.hswebframework.web/hsweb-spring-boot-starter "3.0.9"]