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