is not current version
Last Version 7.4.4

org.webjars.npm:d3 3.4.8

WebJar for d3

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

d3
Version

Version

3.4.8
Type

Type

jar

Download d3 3.4.8

Filename Size
d3-3.4.8.pom
d3-3.4.8.jar 310 KB
d3-3.4.8-sources.jar 22 bytes
Browse

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