Categories |
CategoriesJavaScript Languages Spring Boot Container Microservices |
---|---|
GroupId | GroupIdtop.hmtools |
ArtifactId | ArtifactIdspring-boot-starter-js-css |
Version | Version0.2.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/top.hmtools/spring-boot-starter-js-css/ -->
<dependency>
<groupId>top.hmtools</groupId>
<artifactId>spring-boot-starter-js-css</artifactId>
<version>0.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/top.hmtools/spring-boot-starter-js-css/
implementation 'top.hmtools:spring-boot-starter-js-css:0.2.5'
// https://jarcasting.com/artifacts/top.hmtools/spring-boot-starter-js-css/
implementation ("top.hmtools:spring-boot-starter-js-css:0.2.5")
'top.hmtools:spring-boot-starter-js-css:jar:0.2.5'
<dependency org="top.hmtools" name="spring-boot-starter-js-css" rev="0.2.5">
<artifact name="spring-boot-starter-js-css" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.hmtools', module='spring-boot-starter-js-css', version='0.2.5')
)
libraryDependencies += "top.hmtools" % "spring-boot-starter-js-css" % "0.2.5"
[top.hmtools/spring-boot-starter-js-css "0.2.5"]