| License |
License |
|---|---|
| Categories |
CategoriesCSV Data Data Formats |
| GroupId | GroupIdcom.atomgraph.etl.csv |
| ArtifactId | ArtifactIdcsv2rdf |
| Version | Version2.1.4 |
| Type | Typejar |
| Description |
DescriptionCSV2RDF
Streaming, transforming CSV to RDF converter
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| csv2rdf-2.1.4.pom | |
| csv2rdf-2.1.4.jar | 10 KB |
| csv2rdf-2.1.4-sources.jar | 8 KB |
| csv2rdf-2.1.4-javadoc.jar | 414 KB |
| csv2rdf-2.1.4-jar-with-dependencies.jar | 18 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.atomgraph.etl.csv/csv2rdf/ -->
<dependency>
<groupId>com.atomgraph.etl.csv</groupId>
<artifactId>csv2rdf</artifactId>
<version>2.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.atomgraph.etl.csv/csv2rdf/
implementation 'com.atomgraph.etl.csv:csv2rdf:2.1.4'
// https://jarcasting.com/artifacts/com.atomgraph.etl.csv/csv2rdf/
implementation ("com.atomgraph.etl.csv:csv2rdf:2.1.4")
'com.atomgraph.etl.csv:csv2rdf:jar:2.1.4'
<dependency org="com.atomgraph.etl.csv" name="csv2rdf" rev="2.1.4">
<artifact name="csv2rdf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.atomgraph.etl.csv', module='csv2rdf', version='2.1.4')
)
libraryDependencies += "com.atomgraph.etl.csv" % "csv2rdf" % "2.1.4"
[com.atomgraph.etl.csv/csv2rdf "2.1.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.28 |
| org.apache.jena : jena-arq | jar | 4.3.2 |
| com.univocity : univocity-parsers | jar | 2.4.1 |
| info.picocli : picocli | jar | 4.0.3 |