Archived
0

implement connect to Elite Dangerous Companion

This commit is contained in:
Mo
2015-07-19 00:35:38 +03:00
committed by iMoHax
parent 5109fe89d5
commit 37e147055f
14 changed files with 53269 additions and 1 deletions

View File

@@ -65,6 +65,11 @@
<artifactId>opencsv</artifactId>
<version>2.3</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5</version>
</dependency>
</dependencies>
<build>