o

opencms-gwt

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.
http://www.opencms.org
GNU Lesser General Public License
Alkacon Software
Alkacon Software
Files download
File Operation
opencms-gwt-17.0.jar download
opencms-gwt-17.0.pom download
opencms-gwt-17.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.opencms</groupId>
  <artifactId>opencms-gwt</artifactId>
  <version>17.0</version>
</dependency>
Gradle Groovy
implementation 'org.opencms:opencms-gwt:17.0'
Gradle Kotlin
implementation("org.opencms:opencms-gwt:17.0")
Scala SBT
libraryDependencies += "org.opencms" % "opencms-gwt" % "17.0"
Groovy Grape
@Grapes(
  @Grab(group='org.opencms', module='opencms-gwt', version='17.0')
)
Apache Ivy
<dependency org="org.opencms" name="opencms-gwt" rev="17.0" />
Leiningen
[org.opencms/opencms-gwt "17.0"]
Apache Buildr
'org.opencms:opencms-gwt:jar:17.0'