License |
License |
---|---|
GroupId | GroupIdcom.github.ykiselev |
ArtifactId | ArtifactIdcolumn-table |
Version | Version0.6 |
Type | Typejar |
Description |
Descriptioncolumn-table
A simple column-oriented table library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
column-table-0.6.pom | |
column-table-0.6.jar | 13 KB |
column-table-0.6-sources.jar | 13 KB |
column-table-0.6-javadoc.jar | 81 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ykiselev/column-table/ -->
<dependency>
<groupId>com.github.ykiselev</groupId>
<artifactId>column-table</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ykiselev/column-table/
implementation 'com.github.ykiselev:column-table:0.6'
// https://jarcasting.com/artifacts/com.github.ykiselev/column-table/
implementation ("com.github.ykiselev:column-table:0.6")
'com.github.ykiselev:column-table:jar:0.6'
<dependency org="com.github.ykiselev" name="column-table" rev="0.6">
<artifact name="column-table" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ykiselev', module='column-table', version='0.6')
)
libraryDependencies += "com.github.ykiselev" % "column-table" % "0.6"
[com.github.ykiselev/column-table "0.6"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.thymeleaf : thymeleaf | jar | 3.0.6.RELEASE |
org.apache.velocity : velocity | jar | 1.7 |
log4j : log4j | jar | 1.2.17 |
org.slf4j : slf4j-log4j12 | jar | 1.7.25 |
org.apache.commons : commons-lang3 | jar | 3.5 |