This is a Java-KPI interface made by University of Bologna and VTT (Oulu) for interacting with the Semantic Information Broker of Smart-M3 that is available here: https://sourceforge.net/projects/smart-m3
Original version available at https://sourceforge.net/projects/smartm3-javakpi
https://jitpack.io/#seekerk/sofia-kpicore
To use core part of library just add:
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
dependencies {
compile 'com.github.seekerk.sofia-kpicore:core:0.7.1.4'
}To use gui part of library just add:
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
dependencies {
compile 'com.github.seekerk.sofia-kpicore:gui:0.7.1.4'
}