Skip to content

ihmc/aci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACI

Agile Computing Infrastructure Releases

You can find source code and more information on the nomads repo.

If building on android please refer to the ACI Android repository

Gradle

Add jitpack repository:

repositories {
    ...
    maven { url "https://jitpack.io" }
}

Include dependency:

dependencies {
   ...
   compile 'com.github.ihmc:aci:v1.1'
}

Dependencies

If not included already you will also need

  • slf4j ('org.slf4j', name: 'slf4j-api', version: '1.7.25')