g

geranium-client

A GWT UI framework. This component is used as a part of OpenCms, 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
geranium-client-2.0.jar download
geranium-client-2.0.pom download
geranium-client-2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.alkacon</groupId>
  <artifactId>geranium-client</artifactId>
  <version>2.0</version>
</dependency>
Gradle Groovy
implementation 'com.alkacon:geranium-client:2.0'
Gradle Kotlin
implementation("com.alkacon:geranium-client:2.0")
Scala SBT
libraryDependencies += "com.alkacon" % "geranium-client" % "2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.alkacon', module='geranium-client', version='2.0')
)
Apache Ivy
<dependency org="com.alkacon" name="geranium-client" rev="2.0" />
Leiningen
[com.alkacon/geranium-client "2.0"]
Apache Buildr
'com.alkacon:geranium-client:jar:2.0'