License |
License |
---|---|
Categories |
CategoriesCSV Data Data Formats |
GroupId | GroupIdde.cit-ec.tcs.alignment |
ArtifactId | ArtifactIdcsv |
Last Version | Last Version3.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTCS Alignment Toolbox Sequence CSV Export and Import
This module permits exporting and importing of Sequence objects to CSV files.
The underlying NodeSpecification is stored via a JSON file. The module aims at human-
readable and compatible storage. For storage efficiency, further compression is advised.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
csv-3.1.1.pom | |
csv-3.1.1.jar | 12 KB |
csv-3.1.1-sources.jar | 8 KB |
csv-3.1.1-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.cit-ec.tcs.alignment/csv/ -->
<dependency>
<groupId>de.cit-ec.tcs.alignment</groupId>
<artifactId>csv</artifactId>
<version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.cit-ec.tcs.alignment/csv/
implementation 'de.cit-ec.tcs.alignment:csv:3.1.1'
// https://jarcasting.com/artifacts/de.cit-ec.tcs.alignment/csv/
implementation ("de.cit-ec.tcs.alignment:csv:3.1.1")
'de.cit-ec.tcs.alignment:csv:jar:3.1.1'
<dependency org="de.cit-ec.tcs.alignment" name="csv" rev="3.1.1">
<artifact name="csv" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.cit-ec.tcs.alignment', module='csv', version='3.1.1')
)
libraryDependencies += "de.cit-ec.tcs.alignment" % "csv" % "3.1.1"
[de.cit-ec.tcs.alignment/csv "3.1.1"]
Group / Artifact | Type | Version |
---|---|---|
de.cit-ec.tcs.alignment : sequences | jar | 3.1.1 |
org.json : json | jar | 20140107 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
de.cit-ec.tcs.alignment : wrappers | jar | 3.1.1 |