chris4
11/17/2017 - 1:25 PM

Java Notes

Packages

Apache HttpComponents

https://hc.apache.org/

CloudBoost

https://cloudboost.io

http://mvnrepository.com/artifact/io.cloudboost/JavaSDK/1.0.7

Maven POM:

<!-- https://mvnrepository.com/artifact/io.cloudboost/JavaSDK -->
<dependency>
    <groupId>io.cloudboost</groupId>
    <artifactId>JavaSDK</artifactId>
    <version>1.0.7</version>
</dependency>

SQLITE JDBC Drivers

https://bitbucket.org/xerial/sqlite-jdbc/downloads/

Snippets

Get User Home Directory

String userHome = System.getProperty("user.home");

Links