License |
License |
---|---|
GroupId | GroupIdcom.epam |
ArtifactId | ArtifactIdparso |
Last Version | Last Version2.0.14 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionparso
Parso is a lightweight Java library designed to read SAS7BDAT datasets. The Parso interfaces
are analogous to libraries designed to read table-storing files, for example, CSVReader library.
Despite its small size, the Parso library is the only full-featured open-source solution to process SAS7BDAT
datasets, both uncompressed, CHAR-compressed and BIN-compressed. It is effective in processing clinical and
statistical data often stored in SAS7BDAT format. Parso allows converting data into CSV format.
|
Project URL |
Project URL |
Filename | Size |
---|---|
parso-2.0.14.pom | |
parso-2.0.14.jar | 60 KB |
parso-2.0.14-sources.jar | 47 KB |
parso-2.0.14-javadoc.jar | 139 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.epam/parso/ -->
<dependency>
<groupId>com.epam</groupId>
<artifactId>parso</artifactId>
<version>2.0.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.epam/parso/
implementation 'com.epam:parso:2.0.14'
// https://jarcasting.com/artifacts/com.epam/parso/
implementation ("com.epam:parso:2.0.14")
'com.epam:parso:jar:2.0.14'
<dependency org="com.epam" name="parso" rev="2.0.14">
<artifact name="parso" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.epam', module='parso', version='2.0.14')
)
libraryDependencies += "com.epam" % "parso" % "2.0.14"
[com.epam/parso "2.0.14"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.assertj : assertj-core | jar | 3.18.1 |
org.slf4j : slf4j-simple | jar | 1.7.5 |
net.sf.opencsv : opencsv | jar | 2.0 |