Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdeu.michael-simons |
ArtifactId | ArtifactIdspring-boot-starter-wro4j |
Version | Version0.0.4 |
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.4</version>
</dependency>
// https://jarcasting.com/artifacts/eu.michael-simons/spring-boot-starter-wro4j/
implementation 'eu.michael-simons:spring-boot-starter-wro4j:0.0.4'
// https://jarcasting.com/artifacts/eu.michael-simons/spring-boot-starter-wro4j/
implementation ("eu.michael-simons:spring-boot-starter-wro4j:0.0.4")
'eu.michael-simons:spring-boot-starter-wro4j:jar:0.0.4'
<dependency org="eu.michael-simons" name="spring-boot-starter-wro4j" rev="0.0.4">
<artifact name="spring-boot-starter-wro4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.michael-simons', module='spring-boot-starter-wro4j', version='0.0.4')
)
libraryDependencies += "eu.michael-simons" % "spring-boot-starter-wro4j" % "0.0.4"
[eu.michael-simons/spring-boot-starter-wro4j "0.0.4"]