is not current version
Last Version 4.0.0

org.craftercms:craftercms-spring-boot 4.0.0-rc1

Crafter CMS Parent POM - Springboot

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

org.craftercms
ArtifactId

ArtifactId

craftercms-spring-boot
Version

Version

4.0.0-rc1
Type

Type

pom

Download craftercms-spring-boot 4.0.0-rc1


<!-- https://jarcasting.com/artifacts/org.craftercms/craftercms-spring-boot/ -->
<dependency>
    <groupId>org.craftercms</groupId>
    <artifactId>craftercms-spring-boot</artifactId>
    <version>4.0.0-rc1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.craftercms/craftercms-spring-boot/
implementation 'org.craftercms:craftercms-spring-boot:4.0.0-rc1'
// https://jarcasting.com/artifacts/org.craftercms/craftercms-spring-boot/
implementation ("org.craftercms:craftercms-spring-boot:4.0.0-rc1")
'org.craftercms:craftercms-spring-boot:pom:4.0.0-rc1'
<dependency org="org.craftercms" name="craftercms-spring-boot" rev="4.0.0-rc1">
  <artifact name="craftercms-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.craftercms', module='craftercms-spring-boot', version='4.0.0-rc1')
)
libraryDependencies += "org.craftercms" % "craftercms-spring-boot" % "4.0.0-rc1"
[org.craftercms/craftercms-spring-boot "4.0.0-rc1"]