Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 561 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 561 Bytes

rs-aggregator

Aggregate ResourceSync sources

Example code for Baseline Synchronization available here. You can run it simply cloning this repository or you can import the library in your Maven project declaring in your pom.xml:

<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>

<dependency>
    <groupId>com.github.oacore</groupId>
    <artifactId>rs-aggregator</artifactId>
    <version>v0.1-demo</version>
</dependency>