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