j

jcharts-gae-compatible

Library allowing to build simple charts on GAE
https://github.com/Eljah/jcharts
Apache License, Version 2.0
Ilya Evlampiev
Files download
File Operation
jcharts-gae-compatible-0.7-RELEASE.jar download
jcharts-gae-compatible-0.7-RELEASE.pom download
jcharts-gae-compatible-0.7-RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.eljah</groupId>
  <artifactId>jcharts-gae-compatible</artifactId>
  <version>0.7-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.github.eljah:jcharts-gae-compatible:0.7-RELEASE'
Gradle Kotlin
implementation("com.github.eljah:jcharts-gae-compatible:0.7-RELEASE")
Scala SBT
libraryDependencies += "com.github.eljah" % "jcharts-gae-compatible" % "0.7-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.github.eljah', module='jcharts-gae-compatible', version='0.7-RELEASE')
)
Apache Ivy
<dependency org="com.github.eljah" name="jcharts-gae-compatible" rev="0.7-RELEASE" />
Leiningen
[com.github.eljah/jcharts-gae-compatible "0.7-RELEASE"]
Apache Buildr
'com.github.eljah:jcharts-gae-compatible:jar:0.7-RELEASE'