Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 428 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 428 Bytes

dataClay 1.0

To include dataClay as a dependency in a maven project, add the following repository and dependency to the pom.xml:

<repository>
    <id>DataClay repository</id>
    <url>https://raw.githubusercontent.com/bsc-ssrg/dataclay-maven/repository</url>
</repository>
<dependency>
    <groupId>dataclay</groupId>
    <artifactId>dataclay</artifactId>
    <version>1.0</version>
</dependency>