License |
License |
---|---|
GroupId | GroupIdorg.metachart |
ArtifactId | ArtifactIdmetachart |
Last Version | Last Version0.0.4 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionMetaChart
MC is a charting library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
metachart-0.0.4.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.metachart/metachart/ -->
<dependency>
<groupId>org.metachart</groupId>
<artifactId>metachart</artifactId>
<version>0.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.metachart/metachart/
implementation 'org.metachart:metachart:0.0.4'
// https://jarcasting.com/artifacts/org.metachart/metachart/
implementation ("org.metachart:metachart:0.0.4")
'org.metachart:metachart:pom:0.0.4'
<dependency org="org.metachart" name="metachart" rev="0.0.4">
<artifact name="metachart" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.metachart', module='metachart', version='0.0.4')
)
libraryDependencies += "org.metachart" % "metachart" % "0.0.4"
[org.metachart/metachart "0.0.4"]