Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 535 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 535 Bytes

#ComplexDataObject

A library that models real-world objects in Java, referred to as ComplexDataObjects. Other features: IO and preprocessing of ComplexDataObjects.

Usage

Maven coordinates:

<dependency>
  <groupId>com.github.tknudsen</groupId>
  <artifactId>complex-data-object</artifactId>
  <version>0.2.14</version>
</dependency>

Current snapshot:

<dependency>
  <groupId>com.github.tknudsen</groupId>
  <artifactId>complex-data-object</artifactId>
  <version>0.2.15-SNAPSHOT</version>
</dependency>