| GroupId | GroupIdorg.webjars.bower |
|---|---|
| ArtifactId | ArtifactIdplottable |
| Version | Version2.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| plottable-2.0.0.pom | |
| plottable-2.0.0.jar | 172 KB |
| plottable-2.0.0-sources.jar | 22 bytes |
| plottable-2.0.0-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/plottable/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>plottable</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/plottable/
implementation 'org.webjars.bower:plottable:2.0.0'
// https://jarcasting.com/artifacts/org.webjars.bower/plottable/
implementation ("org.webjars.bower:plottable:2.0.0")
'org.webjars.bower:plottable:jar:2.0.0'
<dependency org="org.webjars.bower" name="plottable" rev="2.0.0">
<artifact name="plottable" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='plottable', version='2.0.0')
)
libraryDependencies += "org.webjars.bower" % "plottable" % "2.0.0"
[org.webjars.bower/plottable "2.0.0"]