Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.github.ricfedel |
ArtifactId | ArtifactIdwicket-googlechart-core |
Version | Version1.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.ricfedel/wicket-googlechart-core/ -->
<dependency>
<groupId>com.github.ricfedel</groupId>
<artifactId>wicket-googlechart-core</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ricfedel/wicket-googlechart-core/
implementation 'com.github.ricfedel:wicket-googlechart-core:1.1.0'
// https://jarcasting.com/artifacts/com.github.ricfedel/wicket-googlechart-core/
implementation ("com.github.ricfedel:wicket-googlechart-core:1.1.0")
'com.github.ricfedel:wicket-googlechart-core:jar:1.1.0'
<dependency org="com.github.ricfedel" name="wicket-googlechart-core" rev="1.1.0">
<artifact name="wicket-googlechart-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ricfedel', module='wicket-googlechart-core', version='1.1.0')
)
libraryDependencies += "com.github.ricfedel" % "wicket-googlechart-core" % "1.1.0"
[com.github.ricfedel/wicket-googlechart-core "1.1.0"]