| License |
License |
|---|---|
| GroupId | GroupIdcom.robinhowlett |
| ArtifactId | ArtifactIdchart-parser |
| Last Version | Last Version1.2.1.RELEASE |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionChart Parser
Parses horse racing result PDF charts
|
| Filename | Size |
|---|---|
| chart-parser-1.2.1.RELEASE.pom | |
| chart-parser-1.2.1.RELEASE.jar | 267 KB |
| chart-parser-1.2.1.RELEASE-sources.jar | 131 KB |
| chart-parser-1.2.1.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.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.robinhowlett/chart-parser/
implementation 'com.robinhowlett:chart-parser:1.2.1.RELEASE'
// https://jarcasting.com/artifacts/com.robinhowlett/chart-parser/
implementation ("com.robinhowlett:chart-parser:1.2.1.RELEASE")
'com.robinhowlett:chart-parser:jar:1.2.1.RELEASE'
<dependency org="com.robinhowlett" name="chart-parser" rev="1.2.1.RELEASE">
<artifact name="chart-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.robinhowlett', module='chart-parser', version='1.2.1.RELEASE')
)
libraryDependencies += "com.robinhowlett" % "chart-parser" % "1.2.1.RELEASE"
[com.robinhowlett/chart-parser "1.2.1.RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.pdfbox : pdfbox | jar | 2.0.8 |
| org.bouncycastle : bcprov-jdk15on | jar | 1.54 |
| org.bouncycastle : bcmail-jdk15on | jar | 1.54 |
| org.bouncycastle : bcpkix-jdk15on | jar | 1.54 |
| com.fasterxml.jackson.module : jackson-module-parameter-names | jar | 2.8.8 |
| com.fasterxml.jackson.datatype : jackson-datatype-jdk8 | jar | 2.8.8 |
| com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.8.8 |
| com.fasterxml.jackson.dataformat : jackson-dataformat-csv | jar | 2.8.8 |
| org.springframework.hateoas : spring-hateoas | jar | 0.24.0.RELEASE |
| org.slf4j : slf4j-api | jar | 1.7.23 |
| ch.qos.logback : logback-classic | jar | 1.1.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.18.3 |
| org.hamcrest : hamcrest-all | jar | 1.3 |