License |
License |
---|---|
Categories |
CategoriesWicket User Interface Web Frameworks |
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdflot |
Last Version | Last Version1.5-RC5.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWicket Flot Integration
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.
|
Filename | Size |
---|---|
flot-1.5-RC5.1.pom | |
flot-1.5-RC5.1.jar | 87 KB |
flot-1.5-RC5.1-sources.jar | 80 KB |
flot-1.5-RC5.1-javadoc.jar | 77 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/flot/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>flot</artifactId>
<version>1.5-RC5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/flot/
implementation 'org.wicketstuff:flot:1.5-RC5.1'
// https://jarcasting.com/artifacts/org.wicketstuff/flot/
implementation ("org.wicketstuff:flot:1.5-RC5.1")
'org.wicketstuff:flot:jar:1.5-RC5.1'
<dependency org="org.wicketstuff" name="flot" rev="1.5-RC5.1">
<artifact name="flot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='flot', version='1.5-RC5.1')
)
libraryDependencies += "org.wicketstuff" % "flot" % "1.5-RC5.1"
[org.wicketstuff/flot "1.5-RC5.1"]
Group / Artifact | Type | Version |
---|---|---|
joda-time : joda-time | jar | 1.6.2 |
org.apache.wicket : wicket | pom | 1.5-RC5.1 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.6.1 |
log4j : log4j | jar | 1.2.16 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |