This repository was archived by the owner on May 16, 2025. It is now read-only.

Description
I wanted to use the triples functions with the runner, but this seems not to work since the lib is not included in the runner:
dependencies {
implementation project(':metafix')
implementation "org.metafacture:metafacture-biblio:${versions.metafacture}"
implementation "org.metafacture:metafacture-json:${versions.metafacture}"
implementation "org.metafacture:metafacture-runner:${versions.metafacture}"
implementation "org.metafacture:metafacture-xml:${versions.metafacture}"
implementation('org.antlr:antlr-runtime') {
version { strictly versions.antlr }
}
}
Would be nice to integrate more Metafacture libraries into the runner.