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