Categories |
CategoriesCSV Data Data Formats |
---|---|
GroupId | GroupIdcom.atomgraph.etl.csv |
ArtifactId | ArtifactIdcsv2rdf |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
csv2rdf-2.0.1.pom | |
csv2rdf-2.0.1.jar | 10 KB |
csv2rdf-2.0.1-sources.jar | 8 KB |
csv2rdf-2.0.1-javadoc.jar | 46 KB |
csv2rdf-2.0.1-jar-with-dependencies.jar | 11 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.atomgraph.etl.csv/csv2rdf/ -->
<dependency>
<groupId>com.atomgraph.etl.csv</groupId>
<artifactId>csv2rdf</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.atomgraph.etl.csv/csv2rdf/
implementation 'com.atomgraph.etl.csv:csv2rdf:2.0.1'
// https://jarcasting.com/artifacts/com.atomgraph.etl.csv/csv2rdf/
implementation ("com.atomgraph.etl.csv:csv2rdf:2.0.1")
'com.atomgraph.etl.csv:csv2rdf:jar:2.0.1'
<dependency org="com.atomgraph.etl.csv" name="csv2rdf" rev="2.0.1">
<artifact name="csv2rdf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.atomgraph.etl.csv', module='csv2rdf', version='2.0.1')
)
libraryDependencies += "com.atomgraph.etl.csv" % "csv2rdf" % "2.0.1"
[com.atomgraph.etl.csv/csv2rdf "2.0.1"]