is not current version
Last Version 0.0.8

com.github.tknudsen:attribute-analyzer 0.0.3

A library that helps analyzing and interpreting data attributes (columns of data tables).

GroupId

GroupId

com.github.tknudsen
ArtifactId

ArtifactId

attribute-analyzer
Version

Version

0.0.3
Type

Type

jar

Download attribute-analyzer 0.0.3


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