License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdorg.nocrala.tools.texttablefmt |
ArtifactId | ArtifactIdtext-table-formatter |
Last Version | Last Version1.2.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontext-table-formatter
Java Text Table Formatter is a Java library that renders tables made of characters.
The user add cells and can add format characteristics like predefined/custom table styles, text alignment, abbreviation, column width, border types, colspan, etc.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
text-table-formatter-1.2.4.pom | |
text-table-formatter-1.2.4.jar | 33 KB |
text-table-formatter-1.2.4-sources.jar | 26 KB |
text-table-formatter-1.2.4-javadoc.jar | 97 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.nocrala.tools.texttablefmt/text-table-formatter/ -->
<dependency>
<groupId>org.nocrala.tools.texttablefmt</groupId>
<artifactId>text-table-formatter</artifactId>
<version>1.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.nocrala.tools.texttablefmt/text-table-formatter/
implementation 'org.nocrala.tools.texttablefmt:text-table-formatter:1.2.4'
// https://jarcasting.com/artifacts/org.nocrala.tools.texttablefmt/text-table-formatter/
implementation ("org.nocrala.tools.texttablefmt:text-table-formatter:1.2.4")
'org.nocrala.tools.texttablefmt:text-table-formatter:jar:1.2.4'
<dependency org="org.nocrala.tools.texttablefmt" name="text-table-formatter" rev="1.2.4">
<artifact name="text-table-formatter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nocrala.tools.texttablefmt', module='text-table-formatter', version='1.2.4')
)
libraryDependencies += "org.nocrala.tools.texttablefmt" % "text-table-formatter" % "1.2.4"
[org.nocrala.tools.texttablefmt/text-table-formatter "1.2.4"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |