ciesvium

Utilities for plaintext data files

License

License

GroupId

GroupId

com.github.stacs-srg
ArtifactId

ArtifactId

ciesvium
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

ciesvium
Utilities for plaintext data files
Project URL

Project URL

https://stacs-srg.github.io/ciesvium/
Project Organization

Project Organization

School of Computer Science at University of St Andrews
Source Code Management

Source Code Management

https://github.com/stacs-srg/ciesvium/tree/dev

Download ciesvium

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.stacs-srg/ciesvium/ -->
<dependency>
    <groupId>com.github.stacs-srg</groupId>
    <artifactId>ciesvium</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stacs-srg/ciesvium/
implementation 'com.github.stacs-srg:ciesvium:1.0.2'
// https://jarcasting.com/artifacts/com.github.stacs-srg/ciesvium/
implementation ("com.github.stacs-srg:ciesvium:1.0.2")
'com.github.stacs-srg:ciesvium:jar:1.0.2'
<dependency org="com.github.stacs-srg" name="ciesvium" rev="1.0.2">
  <artifact name="ciesvium" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stacs-srg', module='ciesvium', version='1.0.2')
)
libraryDependencies += "com.github.stacs-srg" % "ciesvium" % "1.0.2"
[com.github.stacs-srg/ciesvium "1.0.2"]

Dependencies

compile (4)

Group / Artifact Type Version
com.github.stacs-srg : utilities jar 1.0.3
org.apache.commons : commons-csv jar 1.4
org.apache.commons : commons-math3 jar 3.6
junit : junit jar 4.13

Project Modules

There are no modules declared in this project.

ciesvium

This project provides some Java utility classes for handling text and numerical tables, encryption and file manipulation.

In particular, the dataset package and its sub-packages provide a simple abstraction over rectangular plain-text tables, with ability to import and export CSV files. It's also possible to define derived tables using relational-like select and project operations, and tables where the source data is held in encrypted form, with both symmetric and asymmetric encryption options.

Java CI with Maven javadoc codecov Maintainability

Usage via maven

<dependency>
    <groupId>com.github.stacs-srg</groupId>
    <artifactId>ciesvium</artifactId>
    <version>1.0.0</version>
</dependency>

See also

com.github.stacs-srg
A research group working on distributed file systems, distributed database systems, sensor networks, distributed hash tables and data linkage.

Versions

Version
1.0.2
1.0.1
1.0.0