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