| Categories |
CategoriesWicket User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdorg.wicketstuff |
| ArtifactId | ArtifactIdflot |
| Version | Version1.5-rc2.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| flot-1.5-rc2.1.pom | |
| flot-1.5-rc2.1.jar | 86 KB |
| flot-1.5-rc2.1-sources.jar | 80 KB |
| flot-1.5-rc2.1-javadoc.jar | 76 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/flot/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>flot</artifactId>
<version>1.5-rc2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/flot/
implementation 'org.wicketstuff:flot:1.5-rc2.1'
// https://jarcasting.com/artifacts/org.wicketstuff/flot/
implementation ("org.wicketstuff:flot:1.5-rc2.1")
'org.wicketstuff:flot:jar:1.5-rc2.1'
<dependency org="org.wicketstuff" name="flot" rev="1.5-rc2.1">
<artifact name="flot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='flot', version='1.5-rc2.1')
)
libraryDependencies += "org.wicketstuff" % "flot" % "1.5-rc2.1"
[org.wicketstuff/flot "1.5-rc2.1"]