| Categories |
CategoriesWicket User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdorg.wicketstuff |
| ArtifactId | ArtifactIdflot-examples |
| Version | Version6.2.1 |
| Type | Typewar |
| Filename | Size |
|---|---|
| flot-examples-6.2.1.pom | |
| flot-examples-6.2.1.war | 3 MB |
| flot-examples-6.2.1-sources.jar | 2 KB |
| flot-examples-6.2.1-javadoc.jar | 34 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/flot-examples/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>flot-examples</artifactId>
<version>6.2.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/flot-examples/
implementation 'org.wicketstuff:flot-examples:6.2.1'
// https://jarcasting.com/artifacts/org.wicketstuff/flot-examples/
implementation ("org.wicketstuff:flot-examples:6.2.1")
'org.wicketstuff:flot-examples:war:6.2.1'
<dependency org="org.wicketstuff" name="flot-examples" rev="6.2.1">
<artifact name="flot-examples" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='flot-examples', version='6.2.1')
)
libraryDependencies += "org.wicketstuff" % "flot-examples" % "6.2.1"
[org.wicketstuff/flot-examples "6.2.1"]