is not current version
Last Version 0.2.13

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

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.2.5
Type

Type

jar

Download complex-data-object 0.2.5


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