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