GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdd3-shape |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
d3-shape-1.2.0.pom | |
d3-shape-1.2.0.jar | 68 KB |
d3-shape-1.2.0-sources.jar | 22 bytes |
d3-shape-1.2.0-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/d3-shape/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>d3-shape</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/d3-shape/
implementation 'org.webjars.npm:d3-shape:1.2.0'
// https://jarcasting.com/artifacts/org.webjars.npm/d3-shape/
implementation ("org.webjars.npm:d3-shape:1.2.0")
'org.webjars.npm:d3-shape:jar:1.2.0'
<dependency org="org.webjars.npm" name="d3-shape" rev="1.2.0">
<artifact name="d3-shape" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='d3-shape', version='1.2.0')
)
libraryDependencies += "org.webjars.npm" % "d3-shape" % "1.2.0"
[org.webjars.npm/d3-shape "1.2.0"]