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