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