MVN

org.zkoss.zkforge : timeplotz

Maven & Gradle

Sep 15, 2011

The Timeplot Component for ZK · The Timeplot Component for ZK 5.0.0 or later

<dependency>
    <groupId>org.zkoss.zkforge</groupId>
    <artifactId>timeplotz</artifactId>
    <version>1.1_50</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.zkoss.zkforge : timeplotz to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1_50

All Versions

Choose a version of org.zkoss.zkforge : timeplotz to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1_50
timeplotz-1.1_50
1.0_2
timeplotz-1.0_2

How to add a dependency to Maven

Add the following org.zkoss.zkforge : timeplotz maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.zkoss.zkforge</groupId>
    <artifactId>timeplotz</artifactId>
    <version>1.1_50</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.zkoss.zkforge : timeplotz gradle dependency to your build.gradle file:

implementation 'org.zkoss.zkforge:timeplotz:1.1_50'

Gradle Kotlin DSL: Add the following org.zkoss.zkforge : timeplotz gradle kotlin dependency to your build.gradle.kts file:

implementation("org.zkoss.zkforge:timeplotz:1.1_50")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.zkoss.zkforge : timeplotz sbt scala dependency to your build.sbt file:

libraryDependencies += "org.zkoss.zkforge" % "timeplotz" % "1.1_50"

Advertisement