MVN

org.webjars.bowergithub.c3js : c3

Maven & Gradle

Apr 08, 2021
2 usages
9.3k stars

c3 · WebJar for c3

<dependency>
    <groupId>org.webjars.bowergithub.c3js</groupId>
    <artifactId>c3</artifactId>
    <version>0.7.20</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.bowergithub.c3js : c3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.20

All Versions

Choose a version of org.webjars.bowergithub.c3js : c3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
c3-0.7.20
c3-0.7.2
0.6.x
c3-0.6.7
c3-0.6.3
0.4.x
c3-0.4.24
c3-0.4.22
c3-0.4.18

How to add a dependency to Maven

Add the following org.webjars.bowergithub.c3js : c3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.bowergithub.c3js</groupId>
    <artifactId>c3</artifactId>
    <version>0.7.20</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.bowergithub.c3js : c3 gradle dependency to your build.gradle file:

implementation 'org.webjars.bowergithub.c3js:c3:0.7.20'

Gradle Kotlin DSL: Add the following org.webjars.bowergithub.c3js : c3 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.bowergithub.c3js:c3:0.7.20")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.bowergithub.c3js : c3 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.bowergithub.c3js" % "c3" % "0.7.20"

Advertisement