jpx
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.jenetics</groupId> <artifactId>jpx</artifactId> <version>1.6.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>io.jenetics</groupId> <artifactId>jpx</artifactId> <version>1.6.1</version> <name>JPX</name> <description>JPX - Java GPX (GPS) library</description> <url>https://github.com/jenetics/jpx</url> <inceptionYear>2016</inceptionYear> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>jenetics</id> <name>Franz Wilhelmstötter</name> <email>franz.wilhelmstoetter@gmail.com</email> </developer> </developers> <scm> <connection>scm:git:https://github.com/jenetics/jpx.git</connection> <developerConnection>scm:git:https://github.com/jenetics/jpx.git</developerConnection> <url>https://github.com/jenetics/jpx</url> </scm> <dependencies> <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <version>7.0.0</version> <scope>test</scope> </dependency> <dependency> <groupId>nl.jqno.equalsverifier</groupId> <artifactId>equalsverifier</artifactId> <version>3.1.10</version> <scope>test</scope> </dependency> </dependencies> </project>