MVN

com.alkacon : alkacon-vie-wrapper-client

Maven & Gradle

Feb 10, 2013
1 usages

alkacon-vie-wrapper-client · vie-client is a GWT JavaScript Library for OpenCms Acacia Editor. OpenCms is a Content Management System that is based on Open Source Software. Complex Intranet and Internet websites can be quickly and cost-effectively created, maintained and managed.

<dependency>
    <groupId>com.alkacon</groupId>
    <artifactId>alkacon-vie-wrapper-client</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.alkacon : alkacon-vie-wrapper-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.alkacon : alkacon-vie-wrapper-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
alkacon-vie-wrapper-client-1.0.1
alkacon-vie-wrapper-client-1.0.0

How to add a dependency to Maven

Add the following com.alkacon : alkacon-vie-wrapper-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.alkacon</groupId>
    <artifactId>alkacon-vie-wrapper-client</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.alkacon : alkacon-vie-wrapper-client gradle dependency to your build.gradle file:

implementation 'com.alkacon:alkacon-vie-wrapper-client:1.0.1'

Gradle Kotlin DSL: Add the following com.alkacon : alkacon-vie-wrapper-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.alkacon:alkacon-vie-wrapper-client:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.alkacon : alkacon-vie-wrapper-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.alkacon" % "alkacon-vie-wrapper-client" % "1.0.1"