melt-seals
Simple provisioning of the following modules via maven central for the MELT project:
eu.sealsproject.platform.res.domaineu.sealsproject.platform.res.tool.apieu.sealsproject.platform.res.tool.impl
Usage
<dependencies>
    <dependency>
        <groupId>de.uni-mannheim.informatik.dws.melt</groupId>
        <artifactId>res-tool-api</artifactId>
        <version>1.1.1</version>
    </dependency>
    <dependency>
        <groupId>de.uni-mannheim.informatik.dws.melt</groupId>
        <artifactId>res-domain-api</artifactId>
        <version>1.1.1</version>
    </dependency>
    <dependency>
        <groupId>de.uni-mannheim.informatik.dws.melt</groupId>
        <artifactId>res-tool-impl</artifactId>
        <version>1.1.1</version>
    </dependency>
</dependencies>