Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdeu.michael-simons |
ArtifactId | ArtifactIdwro4j-spring-boot-starter |
Version | Version0.6.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/eu.michael-simons/wro4j-spring-boot-starter/ -->
<dependency>
<groupId>eu.michael-simons</groupId>
<artifactId>wro4j-spring-boot-starter</artifactId>
<version>0.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/eu.michael-simons/wro4j-spring-boot-starter/
implementation 'eu.michael-simons:wro4j-spring-boot-starter:0.6.2'
// https://jarcasting.com/artifacts/eu.michael-simons/wro4j-spring-boot-starter/
implementation ("eu.michael-simons:wro4j-spring-boot-starter:0.6.2")
'eu.michael-simons:wro4j-spring-boot-starter:jar:0.6.2'
<dependency org="eu.michael-simons" name="wro4j-spring-boot-starter" rev="0.6.2">
<artifact name="wro4j-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.michael-simons', module='wro4j-spring-boot-starter', version='0.6.2')
)
libraryDependencies += "eu.michael-simons" % "wro4j-spring-boot-starter" % "0.6.2"
[eu.michael-simons/wro4j-spring-boot-starter "0.6.2"]