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