| GroupId | GroupIdorg.webjars.bowergithub.flot |
|---|---|
| ArtifactId | ArtifactIdflot |
| Version | Version3.2.10 |
| Type | Typejar |
| Filename | Size |
|---|---|
| flot-3.2.10.pom | |
| flot-3.2.10.jar | 1006 KB |
| flot-3.2.10-sources.jar | 22 bytes |
| flot-3.2.10-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bowergithub.flot/flot/ -->
<dependency>
<groupId>org.webjars.bowergithub.flot</groupId>
<artifactId>flot</artifactId>
<version>3.2.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bowergithub.flot/flot/
implementation 'org.webjars.bowergithub.flot:flot:3.2.10'
// https://jarcasting.com/artifacts/org.webjars.bowergithub.flot/flot/
implementation ("org.webjars.bowergithub.flot:flot:3.2.10")
'org.webjars.bowergithub.flot:flot:jar:3.2.10'
<dependency org="org.webjars.bowergithub.flot" name="flot" rev="3.2.10">
<artifact name="flot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bowergithub.flot', module='flot', version='3.2.10')
)
libraryDependencies += "org.webjars.bowergithub.flot" % "flot" % "3.2.10"
[org.webjars.bowergithub.flot/flot "3.2.10"]