ptt-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>hu.vissy.plain-text-table</groupId> <artifactId>ptt-core</artifactId> <version>1.3.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>hu.vissy.plain-text-table</groupId> <artifactId>ptt-core</artifactId> <version>1.3.1</version> <name>ptt-core</name> <description>A customizable plain-text based table generator</description> <url>https://github.com/balage1551/plain-text-table</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/license/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>Balage</id> <name>Balázs Vissy</name> <email>balage42-maven@yahoo.com</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/balage1551/plain-text-table.git</connection> <developerConnection>scm:git:ssh://github.com/balage1551/plain-text-table.git</developerConnection> <url>https://github.com/balage1551/plain-text-table/tree/master</url> </scm> <dependencies> <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <version>[6.0,7.0)</version> <scope>test</scope> </dependency> </dependencies> </project>