Categories |
CategoriesSpring Boot Container Microservices Data |
---|---|
GroupId | GroupIdio.github.lvyahui8 |
ArtifactId | ArtifactIdspring-boot-data-aggregator-example |
Version | Version1.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.lvyahui8/spring-boot-data-aggregator-example/ -->
<dependency>
<groupId>io.github.lvyahui8</groupId>
<artifactId>spring-boot-data-aggregator-example</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.lvyahui8/spring-boot-data-aggregator-example/
implementation 'io.github.lvyahui8:spring-boot-data-aggregator-example:1.0.3'
// https://jarcasting.com/artifacts/io.github.lvyahui8/spring-boot-data-aggregator-example/
implementation ("io.github.lvyahui8:spring-boot-data-aggregator-example:1.0.3")
'io.github.lvyahui8:spring-boot-data-aggregator-example:jar:1.0.3'
<dependency org="io.github.lvyahui8" name="spring-boot-data-aggregator-example" rev="1.0.3">
<artifact name="spring-boot-data-aggregator-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.lvyahui8', module='spring-boot-data-aggregator-example', version='1.0.3')
)
libraryDependencies += "io.github.lvyahui8" % "spring-boot-data-aggregator-example" % "1.0.3"
[io.github.lvyahui8/spring-boot-data-aggregator-example "1.0.3"]