Skip to content

zabbix112/HoneyDrive

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HoneyDrive

The ultimate repo!

Prerequisites

You're going to need Maven with the JSON.simple, OkHttp and Junit dependencies.

If you're not using IntelliJ, you need to add the dependencies through the pom.xml file.

JSON.simple

Press File and then Project Structure. Click on Libraries, and then New Project Library (the small green plus symbol). Choose From Maven and type com.googlecode.json-simple:json-simple:1.1 into the textbox and click OK.

OkHttp

Press File and then Project Structure. Click on Libraries, and then New Project Library (the small green plus symbol). Choose From Maven and type com.squareup.okhttp3:okhttp:3.2.0 into the textbox and click OK.

Junit

Press File and then Project Structure. Click on Libraries, and then New Project Library (the small green plus symbol). Choose From Maven and type junit:junit:4.12 into the textbox and click OK.

About

The ultimate repo!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 97.5%
  • CSS 2.5%