| Categories |
CategoriesSpring Boot Container Microservices |
|---|---|
| GroupId | GroupIdio.github.acgs-org |
| ArtifactId | ArtifactIdacgs-cms-spring-boot-starter |
| Version | Version1.0.2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| acgs-cms-spring-boot-starter-1.0.2.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.acgs-org/acgs-cms-spring-boot-starter/ -->
<dependency>
<groupId>io.github.acgs-org</groupId>
<artifactId>acgs-cms-spring-boot-starter</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.acgs-org/acgs-cms-spring-boot-starter/
implementation 'io.github.acgs-org:acgs-cms-spring-boot-starter:1.0.2'
// https://jarcasting.com/artifacts/io.github.acgs-org/acgs-cms-spring-boot-starter/
implementation ("io.github.acgs-org:acgs-cms-spring-boot-starter:1.0.2")
'io.github.acgs-org:acgs-cms-spring-boot-starter:pom:1.0.2'
<dependency org="io.github.acgs-org" name="acgs-cms-spring-boot-starter" rev="1.0.2">
<artifact name="acgs-cms-spring-boot-starter" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.acgs-org', module='acgs-cms-spring-boot-starter', version='1.0.2')
)
libraryDependencies += "io.github.acgs-org" % "acgs-cms-spring-boot-starter" % "1.0.2"
[io.github.acgs-org/acgs-cms-spring-boot-starter "1.0.2"]