is not current version
Last Version 0.2.13

com.github.tknudsen:complex-data-object 0.1.4

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

Categories

Categories

Data
GroupId

GroupId

com.github.tknudsen
ArtifactId

ArtifactId

complex-data-object
Version

Version

0.1.4
Type

Type

jar

Download complex-data-object 0.1.4


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