mpc-reader
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.wselwood</groupId>
<artifactId>mpc-reader</artifactId>
<version>0.1.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>com.github.wselwood</groupId>
<artifactId>mpc-reader</artifactId>
<version>0.1.1</version>
<name>Minor Planet Center Reader</name>
<description>A Reader for minor planet center data files.</description>
<url>https://github.com/wselwood/MinorPlanetCenterReader</url>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
</license>
</licenses>
<developers>
<developer>
<id>wselwood</id>
<name>William Selwood</name>
<email>wselwood@gmail.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/wselwood/MinorPlanetCenterReader.git</connection>
<developerConnection>git@github.com:wselwood/MinorPlanetCenterReader.git</developerConnection>
<url>https://github.com/wselwood/MinorPlanetCenterReader</url>
</scm>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>