Also known as TCX, this XML format is used to transport fitness data between Garmin products.
The Training Center Database Schema is used to transport GPS and Fitness data between garmin products.
The following Garmin products use TCX to share fitness data.
In the pom.xml of your project, insert the Garmin Developer Repository as follows:
<repositories>
<repository>
<id>developer.garmin.com</id>
<name>Garmin Developer Repository</name>
<url>http://developer.garmin.com/maven2</url>
</repository>
</repositories>
An example of the dependency which would be retrieved from Garmin Developer is:
<dependency>
<groupId>com.garmin.schemas</groupId>
<artifactId>tcx-v1</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>