jtgt
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.m2ci-msp</groupId> <artifactId>jtgt</artifactId> <version>0.7.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>io.github.m2ci-msp</groupId> <artifactId>jtgt</artifactId> <version>0.7.1</version> <name>jtgt</name> <description>Java TextGridTools</description> <url>https://github.com/m2ci-msp/jtgt</url> <licenses> <license> <name>GNU Lesser General Public License v3.0 only</name> <url>https://spdx.org/licenses/LGPL-3.0-only.html</url> </license> </licenses> <developers> <developer> <id>seblemaguer</id> <name>Sébastien Le Maguer</name> </developer> <developer> <id>psibre</id> <name>Ingmar Steiner</name> </developer> </developers> <scm> <connection>scm:git:git://github.com/m2ci-msp/jtgt.git</connection> <developerConnection>scm:git:ssh://git@github.com:m2ci-msp/jtgt.git</developerConnection> <url>https://github.com/m2ci-msp/jtgt</url> </scm> <dependencies> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.17.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> <version>20250517</version> <scope>runtime</scope> </dependency> </dependencies> </project>