littleBits Cloud Platform client library for JVM applications.
TODO
Manually building the library is not something we recommend if all you wants is to use it. Be advised, there may be dragons ahead! But if you really, really want to do it, you must have installed:
- Git
- Maven 3.x
- JDK 8
First step is to clone the code:
git clone https://github.com/littlebits/cloud-client-java.git
cd cloud-client-java
That taken care of, just open a terminal window and run:
mvn clean package
You should find the result in the target
folder.
Copyright 2015-2016 littleBits Electronics.
littleBits, littleBits logo, Bits, cloudBit, are trademarks of littleBits Electronic Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations under the License.