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