CSVSum

CSV Summariser

License

License

Categories

Categories

CSV Data Data Formats
GroupId

GroupId

com.github.ansell.csvsum
ArtifactId

ArtifactId

csvsum
Last Version

Last Version

0.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

CSVSum
CSV Summariser
Project URL

Project URL

https://github.com/ansell/csvsum/

Download csvsum

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.ansell.csvsum/csvsum/ -->
<dependency>
    <groupId>com.github.ansell.csvsum</groupId>
    <artifactId>csvsum</artifactId>
    <version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ansell.csvsum/csvsum/
implementation 'com.github.ansell.csvsum:csvsum:0.0.3'
// https://jarcasting.com/artifacts/com.github.ansell.csvsum/csvsum/
implementation ("com.github.ansell.csvsum:csvsum:0.0.3")
'com.github.ansell.csvsum:csvsum:jar:0.0.3'
<dependency org="com.github.ansell.csvsum" name="csvsum" rev="0.0.3">
  <artifact name="csvsum" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ansell.csvsum', module='csvsum', version='0.0.3')
)
libraryDependencies += "com.github.ansell.csvsum" % "csvsum" % "0.0.3"
[com.github.ansell.csvsum/csvsum "0.0.3"]

Dependencies

compile (6)

Group / Artifact Type Version
com.github.ansell.jdefaultdict : jdefaultdict jar 0.1
com.fasterxml.jackson.core : jackson-core jar 2.7.0
com.fasterxml.jackson.dataformat : jackson-dataformat-csv jar 2.7.0
net.sf.jopt-simple : jopt-simple jar 4.9
org.codehaus.groovy : groovy-jsr223 jar 2.4.5
org.luaj : luaj-jse jar 3.0.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.3
0.0.2
0.0.1