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