is not current version
Last Version 9.10.0

org.wicketstuff:flot-parent 8.0.0-M3

Wicket Components for the Flot plotting library (http://code.google.com/p/flot/). This is the parent for the actual project and the examples. See the child project "flot" for a more complete description.

Categories

Categories

Wicket User Interface Web Frameworks
GroupId

GroupId

org.wicketstuff
ArtifactId

ArtifactId

flot-parent
Version

Version

8.0.0-M3
Type

Type

pom

Download flot-parent 8.0.0-M3

Filename Size
flot-parent-8.0.0-M3.pom 861 bytes
Browse

<!-- https://jarcasting.com/artifacts/org.wicketstuff/flot-parent/ -->
<dependency>
    <groupId>org.wicketstuff</groupId>
    <artifactId>flot-parent</artifactId>
    <version>8.0.0-M3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/flot-parent/
implementation 'org.wicketstuff:flot-parent:8.0.0-M3'
// https://jarcasting.com/artifacts/org.wicketstuff/flot-parent/
implementation ("org.wicketstuff:flot-parent:8.0.0-M3")
'org.wicketstuff:flot-parent:pom:8.0.0-M3'
<dependency org="org.wicketstuff" name="flot-parent" rev="8.0.0-M3">
  <artifact name="flot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='flot-parent', version='8.0.0-M3')
)
libraryDependencies += "org.wicketstuff" % "flot-parent" % "8.0.0-M3"
[org.wicketstuff/flot-parent "8.0.0-M3"]