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