Skip to content

dwslab/melt-seals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

melt-seals

Simple provisioning of the following modules via maven central for the MELT project:

  • eu.sealsproject.platform.res.domain
  • eu.sealsproject.platform.res.tool.api
  • eu.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>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages