GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIddagre |
Version | Version0.8.2 |
Type | Typejar |
Filename | Size |
---|---|
dagre-0.8.2.pom | |
dagre-0.8.2.jar | 318 KB |
dagre-0.8.2-sources.jar | 22 bytes |
dagre-0.8.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/dagre/
implementation 'org.webjars.npm:dagre:0.8.2'
// https://jarcasting.com/artifacts/org.webjars.npm/dagre/
implementation ("org.webjars.npm:dagre:0.8.2")
'org.webjars.npm:dagre:jar:0.8.2'
<dependency org="org.webjars.npm" name="dagre" rev="0.8.2">
<artifact name="dagre" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='dagre', version='0.8.2')
)
libraryDependencies += "org.webjars.npm" % "dagre" % "0.8.2"
[org.webjars.npm/dagre "0.8.2"]