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