GroupId | GroupIdcom.robinhowlett |
---|---|
ArtifactId | ArtifactIdchart-parser |
Version | Version1.2.0.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
chart-parser-1.2.0.RELEASE.pom | |
chart-parser-1.2.0.RELEASE.jar | 267 KB |
chart-parser-1.2.0.RELEASE-sources.jar | 131 KB |
chart-parser-1.2.0.RELEASE-javadoc.jar | 682 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.robinhowlett/chart-parser/ -->
<dependency>
<groupId>com.robinhowlett</groupId>
<artifactId>chart-parser</artifactId>
<version>1.2.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.robinhowlett/chart-parser/
implementation 'com.robinhowlett:chart-parser:1.2.0.RELEASE'
// https://jarcasting.com/artifacts/com.robinhowlett/chart-parser/
implementation ("com.robinhowlett:chart-parser:1.2.0.RELEASE")
'com.robinhowlett:chart-parser:jar:1.2.0.RELEASE'
<dependency org="com.robinhowlett" name="chart-parser" rev="1.2.0.RELEASE">
<artifact name="chart-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.robinhowlett', module='chart-parser', version='1.2.0.RELEASE')
)
libraryDependencies += "com.robinhowlett" % "chart-parser" % "1.2.0.RELEASE"
[com.robinhowlett/chart-parser "1.2.0.RELEASE"]