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

Add additional metafacture libraries to runner #275

@TobiasNx

Description

@TobiasNx

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.

Metadata

Metadata

Assignees

Labels

EnhancementNew feature or request

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions