Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdjqplot-parent |
Version | Version6.7.0 |
Type | Typepom |
Filename | Size |
---|---|
jqplot-parent-6.7.0.pom | 863 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/jqplot-parent/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>jqplot-parent</artifactId>
<version>6.7.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/jqplot-parent/
implementation 'org.wicketstuff:jqplot-parent:6.7.0'
// https://jarcasting.com/artifacts/org.wicketstuff/jqplot-parent/
implementation ("org.wicketstuff:jqplot-parent:6.7.0")
'org.wicketstuff:jqplot-parent:pom:6.7.0'
<dependency org="org.wicketstuff" name="jqplot-parent" rev="6.7.0">
<artifact name="jqplot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='jqplot-parent', version='6.7.0')
)
libraryDependencies += "org.wicketstuff" % "jqplot-parent" % "6.7.0"
[org.wicketstuff/jqplot-parent "6.7.0"]