org.opencms.workplace.tools.modules
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.opencms</groupId>
<artifactId>org.opencms.workplace.tools.modules</artifactId>
<version>10.5.4</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.opencms</groupId>
<artifactId>org.opencms.workplace.tools.modules</artifactId>
<version>10.5.4</version>
<name>OpenCms</name>
<description>OpenCms is an enterprise-ready, easy to use website content management system based on Java and XML technology. Offering a complete set of features, OpenCms helps content managers worldwide to create and maintain beautiful websites fast and efficiently.</description>
<url>http://www.opencms.org</url>
<organization>
<name>Alkacon Software</name>
<url>http://www.alkacon.com</url>
</organization>
<licenses>
<license>
<name>GNU Lesser General Public License</name>
<url>http://www.gnu.org/licenses/lgpl.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>Alkacon Software</name>
<url>http://www.alkacon.com</url>
</developer>
</developers>
<scm>
<connection>scm:git@github.com:alkacon/opencms-core.git</connection>
<developerConnection>scm:git@github.com:alkacon/opencms-core.git</developerConnection>
<url>scm:git@github.com:alkacon/opencms-core.git</url>
</scm>
<dependencies>
<dependency>
<groupId>org.opencms</groupId>
<artifactId>opencms-core</artifactId>
<version>10.5.4</version>
</dependency>
</dependencies>
</project>