Categories |
CategoriesJavaScript Languages Github Development Tools Version Controls |
---|---|
GroupId | GroupIdorg.webjars.bower |
ArtifactId | ArtifactIdgithub-com-plotly-plotly-js |
Version | Versionv1.31.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/github-com-plotly-plotly-js/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>github-com-plotly-plotly-js</artifactId>
<version>v1.31.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/github-com-plotly-plotly-js/
implementation 'org.webjars.bower:github-com-plotly-plotly-js:v1.31.1'
// https://jarcasting.com/artifacts/org.webjars.bower/github-com-plotly-plotly-js/
implementation ("org.webjars.bower:github-com-plotly-plotly-js:v1.31.1")
'org.webjars.bower:github-com-plotly-plotly-js:jar:v1.31.1'
<dependency org="org.webjars.bower" name="github-com-plotly-plotly-js" rev="v1.31.1">
<artifact name="github-com-plotly-plotly-js" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='github-com-plotly-plotly-js', version='v1.31.1')
)
libraryDependencies += "org.webjars.bower" % "github-com-plotly-plotly-js" % "v1.31.1"
[org.webjars.bower/github-com-plotly-plotly-js "v1.31.1"]