License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdorg.craftercms |
ArtifactId | ArtifactIdcraftercms-spring-boot |
Last Version | Last Version4.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionCrafterCMS - Springboot
CrafterCMS Parent POM - Springboot
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
craftercms-spring-boot-4.0.0.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.craftercms/craftercms-spring-boot/ -->
<dependency>
<groupId>org.craftercms</groupId>
<artifactId>craftercms-spring-boot</artifactId>
<version>4.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.craftercms/craftercms-spring-boot/
implementation 'org.craftercms:craftercms-spring-boot:4.0.0'
// https://jarcasting.com/artifacts/org.craftercms/craftercms-spring-boot/
implementation ("org.craftercms:craftercms-spring-boot:4.0.0")
'org.craftercms:craftercms-spring-boot:pom:4.0.0'
<dependency org="org.craftercms" name="craftercms-spring-boot" rev="4.0.0">
<artifact name="craftercms-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.craftercms', module='craftercms-spring-boot', version='4.0.0')
)
libraryDependencies += "org.craftercms" % "craftercms-spring-boot" % "4.0.0"
[org.craftercms/craftercms-spring-boot "4.0.0"]