| License |
License |
|---|---|
| GroupId | GroupIdcom.github.tknudsen |
| ArtifactId | ArtifactIdattribute-analyzer |
| Last Version | Last Version0.0.8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionattributeAnalyzer
A library that helps parsing, analyzing, and interpreting data attributes (columns of data tables)
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| attribute-analyzer-0.0.8.pom | |
| attribute-analyzer-0.0.8.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.tknudsen/attribute-analyzer/ -->
<dependency>
<groupId>com.github.tknudsen</groupId>
<artifactId>attribute-analyzer</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tknudsen/attribute-analyzer/
implementation 'com.github.tknudsen:attribute-analyzer:0.0.8'
// https://jarcasting.com/artifacts/com.github.tknudsen/attribute-analyzer/
implementation ("com.github.tknudsen:attribute-analyzer:0.0.8")
'com.github.tknudsen:attribute-analyzer:jar:0.0.8'
<dependency org="com.github.tknudsen" name="attribute-analyzer" rev="0.0.8">
<artifact name="attribute-analyzer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tknudsen', module='attribute-analyzer', version='0.0.8')
)
libraryDependencies += "com.github.tknudsen" % "attribute-analyzer" % "0.0.8"
[com.github.tknudsen/attribute-analyzer "0.0.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.tknudsen : complex-data-object | jar | 0.2.13 |
| com.github.tknudsen : info-vis | jar | 0.0.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |