is not current version
Last Version 6.6.0

org.webjars:d3js 3.0.8

WebJar for D3.js

GroupId

GroupId

org.webjars
ArtifactId

ArtifactId

d3js
Version

Version

3.0.8
Type

Type

jar

Download d3js 3.0.8

Filename Size
d3js-3.0.8.pom
d3js-3.0.8.jar 100 KB
Browse

<!-- https://jarcasting.com/artifacts/org.webjars/d3js/ -->
<dependency>
    <groupId>org.webjars</groupId>
    <artifactId>d3js</artifactId>
    <version>3.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/d3js/
implementation 'org.webjars:d3js:3.0.8'
// https://jarcasting.com/artifacts/org.webjars/d3js/
implementation ("org.webjars:d3js:3.0.8")
'org.webjars:d3js:jar:3.0.8'
<dependency org="org.webjars" name="d3js" rev="3.0.8">
  <artifact name="d3js" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='d3js', version='3.0.8')
)
libraryDependencies += "org.webjars" % "d3js" % "3.0.8"
[org.webjars/d3js "3.0.8"]