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