ibole-infrastructure

Provided some out-of-box functionalities

Build Status Maven Central

Download

Download the JARs. Or for Maven, add to your pom.xml:

<dependency>
    <groupId>com.github.ibole</groupId>
    <artifactId>infrastructure-all</artifactId>
    <version>1.10.0</version>
</dependency>

Or for Gradle with non-Android, add to your dependencies:

compile 'com.github.ibole:infrastructure-all:1.10.0'

Source Building

  1. Checkout the ibole-infrastructure source code: ``` cd ~
    git clone https://github.com/benson-git/ibole-infrastructure.git ibole-infrastructure

git checkout master
or: git checkout -b -v1.10.0

2. Import the ibole-infrastructure source code to eclipse project:

cd ~/ibole-infrastructure
mvn eclipse:eclipse
Eclipse -> Menu -> File -> Import -> Exsiting Projects to Workspace -> Browse -> Finish

3. Build the ibole-infrastructure binary package:

cd ~/ibole-infrastructure
mvn clean install -Dmaven.test.skip
cd ibole-infrastructure/target
ls ```