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