| Categories |
CategoriesSpring Boot Container Microservices |
|---|---|
| GroupId | GroupIdio.dekorate |
| ArtifactId | ArtifactIddekorate-spring-boot |
| Version | Version0.7.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| dekorate-spring-boot-0.7.3.pom | |
| dekorate-spring-boot-0.7.3.jar | 21 KB |
| dekorate-spring-boot-0.7.3-sources.jar | 14 KB |
| dekorate-spring-boot-0.7.3-javadoc.jar | 125 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.dekorate/dekorate-spring-boot/ -->
<dependency>
<groupId>io.dekorate</groupId>
<artifactId>dekorate-spring-boot</artifactId>
<version>0.7.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.dekorate/dekorate-spring-boot/
implementation 'io.dekorate:dekorate-spring-boot:0.7.3'
// https://jarcasting.com/artifacts/io.dekorate/dekorate-spring-boot/
implementation ("io.dekorate:dekorate-spring-boot:0.7.3")
'io.dekorate:dekorate-spring-boot:jar:0.7.3'
<dependency org="io.dekorate" name="dekorate-spring-boot" rev="0.7.3">
<artifact name="dekorate-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dekorate', module='dekorate-spring-boot', version='0.7.3')
)
libraryDependencies += "io.dekorate" % "dekorate-spring-boot" % "0.7.3"
[io.dekorate/dekorate-spring-boot "0.7.3"]