Categories |
CategoriesJavaScript Languages |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdplotly.js-dist |
Version | Version1.39.0 |
Type | Typejar |
Filename | Size |
---|---|
plotly.js-dist-1.39.0.pom | |
plotly.js-dist-1.39.0.jar | 1 MB |
plotly.js-dist-1.39.0-sources.jar | 22 bytes |
plotly.js-dist-1.39.0-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/plotly.js-dist/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>plotly.js-dist</artifactId>
<version>1.39.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/plotly.js-dist/
implementation 'org.webjars.npm:plotly.js-dist:1.39.0'
// https://jarcasting.com/artifacts/org.webjars.npm/plotly.js-dist/
implementation ("org.webjars.npm:plotly.js-dist:1.39.0")
'org.webjars.npm:plotly.js-dist:jar:1.39.0'
<dependency org="org.webjars.npm" name="plotly.js-dist" rev="1.39.0">
<artifact name="plotly.js-dist" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='plotly.js-dist', version='1.39.0')
)
libraryDependencies += "org.webjars.npm" % "plotly.js-dist" % "1.39.0"
[org.webjars.npm/plotly.js-dist "1.39.0"]