| License |
License |
|---|---|
| GroupId | GroupIdcom.ggasoftware |
| ArtifactId | ArtifactIdparso |
| Last Version | Last Version1.2.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionparso
A lightweight library to parse sas7bdat files. Supports 'CHAR' compression.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| parso-1.2.1.pom | |
| parso-1.2.1.jar | 44 KB |
| parso-1.2.1-sources.jar | 32 KB |
| parso-1.2.1-javadoc.jar | 118 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ggasoftware/parso/ -->
<dependency>
<groupId>com.ggasoftware</groupId>
<artifactId>parso</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ggasoftware/parso/
implementation 'com.ggasoftware:parso:1.2.1'
// https://jarcasting.com/artifacts/com.ggasoftware/parso/
implementation ("com.ggasoftware:parso:1.2.1")
'com.ggasoftware:parso:jar:1.2.1'
<dependency org="com.ggasoftware" name="parso" rev="1.2.1">
<artifact name="parso" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ggasoftware', module='parso', version='1.2.1')
)
libraryDependencies += "com.ggasoftware" % "parso" % "1.2.1"
[com.ggasoftware/parso "1.2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.easytesting : fest-assert | jar | 1.4 |
| org.slf4j : slf4j-simple | jar | 1.7.5 |
| net.sf.opencsv : opencsv | jar | 2.0 |