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