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