...
https://github.com/pentaho/metastore
There is a CI build process looking at the project over here:
http://ci.pentaho.com/view/Commons/job/metastore/
This build process is pushing maven artifacts into the pentaho repository, ivy dependency line:
Code Block |
---|
<dependency org="pentaho" name="metastore" />
|
Java API
Even though the organisation of the meta-model is kept simple (on purpose) it makes sense to cover the main Java interfaces a bit.
...