File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ subprojects {
4848 }
4949
5050 group = ' org.metafacture'
51- version = ' 0.2.0-SNAPSHOT '
51+ version = ' 0.2.0'
5252
5353 apply plugin : ' checkstyle'
5454 apply plugin : ' eclipse'
Original file line number Diff line number Diff line change @@ -9,6 +9,14 @@ dependencies {
99 implementation " org.metafacture:metafacture-json:${ versions.metafacture} "
1010 implementation " org.metafacture:metafacture-runner:${ versions.metafacture} "
1111 implementation " org.metafacture:metafacture-xml:${ versions.metafacture} "
12+ implementation " org.metafacture:metafacture-formeta:${ versions.metafacture} "
13+ implementation " org.metafacture:metafacture-triples:${ versions.metafacture} "
14+ implementation " org.metafacture:metafacture-strings:${ versions.metafacture} "
15+ implementation " org.metafacture:metafacture-formatting:${ versions.metafacture} "
16+ implementation " org.metafacture:metafacture-monitoring:${ versions.metafacture} "
17+ implementation " org.metafacture:metafacture-csv:${ versions.metafacture} "
18+ implementation " org.metafacture:metafacture-yaml:${ versions.metafacture} "
19+ implementation " org.metafacture:metafacture-html:${ versions.metafacture} "
1220}
1321
1422application {
You can’t perform that action at this time.
0 commit comments