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