| Categories |
CategoriesCharts User Interface |
|---|---|
| GroupId | GroupIdde.slothsoft.charts |
| ArtifactId | ArtifactIdcharts |
| Version | Version0.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| charts-0.2.0.pom | |
| charts-0.2.0.jar | 59 KB |
| charts-0.2.0-sources.jar | 34 KB |
| charts-0.2.0-javadoc.jar | 243 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.slothsoft.charts/charts/ -->
<dependency>
<groupId>de.slothsoft.charts</groupId>
<artifactId>charts</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.slothsoft.charts/charts/
implementation 'de.slothsoft.charts:charts:0.2.0'
// https://jarcasting.com/artifacts/de.slothsoft.charts/charts/
implementation ("de.slothsoft.charts:charts:0.2.0")
'de.slothsoft.charts:charts:jar:0.2.0'
<dependency org="de.slothsoft.charts" name="charts" rev="0.2.0">
<artifact name="charts" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.slothsoft.charts', module='charts', version='0.2.0')
)
libraryDependencies += "de.slothsoft.charts" % "charts" % "0.2.0"
[de.slothsoft.charts/charts "0.2.0"]