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