Categories |
CategoriesGithub Development Tools Version Controls |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdgithub-com-d3-d3 |
Version | Version4.2.6 |
Type | Typejar |
Filename | Size |
---|---|
github-com-d3-d3-4.2.6.pom | |
github-com-d3-d3-4.2.6.jar | 361 KB |
github-com-d3-d3-4.2.6-sources.jar | 22 bytes |
github-com-d3-d3-4.2.6-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>4.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-d3-d3/
implementation 'org.webjars.npm:github-com-d3-d3:4.2.6'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-d3-d3/
implementation ("org.webjars.npm:github-com-d3-d3:4.2.6")
'org.webjars.npm:github-com-d3-d3:jar:4.2.6'
<dependency org="org.webjars.npm" name="github-com-d3-d3" rev="4.2.6">
<artifact name="github-com-d3-d3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-com-d3-d3', version='4.2.6')
)
libraryDependencies += "org.webjars.npm" % "github-com-d3-d3" % "4.2.6"
[org.webjars.npm/github-com-d3-d3 "4.2.6"]