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