| Categories |
CategoriesGithub Development Tools Version Controls |
|---|---|
| GroupId | GroupIdorg.webjars.npm |
| ArtifactId | ArtifactIdgithub-com-d3-d3 |
| Version | Version5.9.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| github-com-d3-d3-5.9.2.pom | |
| github-com-d3-d3-5.9.2.jar | 370 KB |
| github-com-d3-d3-5.9.2-sources.jar | 22 bytes |
| github-com-d3-d3-5.9.2-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/github-com-d3-d3/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>github-com-d3-d3</artifactId>
<version>5.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-d3-d3/
implementation 'org.webjars.npm:github-com-d3-d3:5.9.2'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-d3-d3/
implementation ("org.webjars.npm:github-com-d3-d3:5.9.2")
'org.webjars.npm:github-com-d3-d3:jar:5.9.2'
<dependency org="org.webjars.npm" name="github-com-d3-d3" rev="5.9.2">
<artifact name="github-com-d3-d3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-com-d3-d3', version='5.9.2')
)
libraryDependencies += "org.webjars.npm" % "github-com-d3-d3" % "5.9.2"
[org.webjars.npm/github-com-d3-d3 "5.9.2"]