| Categories | 
                CategoriesWicket User Interface Web Frameworks | 
        
|---|---|
| GroupId | GroupIdorg.wicketstuff | 
    
| ArtifactId | ArtifactIdwicketstuff-flot | 
    
| Version | Version6.0.0-beta1 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-flot/ -->
<dependency>
    <groupId>org.wicketstuff</groupId>
    <artifactId>wicketstuff-flot</artifactId>
    <version>6.0.0-beta1</version>
</dependency>
                // https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-flot/
implementation 'org.wicketstuff:wicketstuff-flot:6.0.0-beta1'
                // https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-flot/
implementation ("org.wicketstuff:wicketstuff-flot:6.0.0-beta1")
                'org.wicketstuff:wicketstuff-flot:jar:6.0.0-beta1'
                <dependency org="org.wicketstuff" name="wicketstuff-flot" rev="6.0.0-beta1">
  <artifact name="wicketstuff-flot" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.wicketstuff', module='wicketstuff-flot', version='6.0.0-beta1')
)
                libraryDependencies += "org.wicketstuff" % "wicketstuff-flot" % "6.0.0-beta1"
                [org.wicketstuff/wicketstuff-flot "6.0.0-beta1"]