MVN

edu.isi.kcap.diskproject : disk-project

Maven & Gradle

Apr 20, 2023
3 stars

Disk · The DISK system automates the execution of scientific workflows triggered on data changes. To do this DISK collects data from different data repositories and defines methods on different workflows systems. User defined goals are periodically check for new data/methods available. When a method detects new data, a new workflow execution will be send. Each experiment execution is stored with its metadata and outputs for posterior analysis.

<dependency>
    <groupId>edu.isi.kcap.diskproject</groupId>
    <artifactId>disk-project</artifactId>
    <version>3.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.isi.kcap.diskproject : disk-project to add to Maven - Latest Versions:

  • Latest Stable: 3.0.2

All Versions

Choose a version of edu.isi.kcap.diskproject : disk-project to add to Maven - All Versions:

Version Vulnerabilities Updated
3.0.x
disk-project-3.0.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>edu.isi.kcap.diskproject</groupId>
    <artifactId>disk-project</artifactId>
    <version>3.0.2</version>
</dependency>