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