A

APE

APE is a command line tool and an API for the automated exploration of possible computational pipelines (workflows) from large collections of computational tools.
https://github.com/sanctuuary/APE
Apache License, Version 2.0
Vedran Kasalica
Files download
File Operation
APE-2.3.0.jar download
APE-2.3.0.pom download
APE-2.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.sanctuuary</groupId>
  <artifactId>APE</artifactId>
  <version>2.3.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.sanctuuary:APE:2.3.0'
Gradle Kotlin
implementation("io.github.sanctuuary:APE:2.3.0")
Scala SBT
libraryDependencies += "io.github.sanctuuary" % "APE" % "2.3.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.sanctuuary', module='APE', version='2.3.0')
)
Apache Ivy
<dependency org="io.github.sanctuuary" name="APE" rev="2.3.0" />
Leiningen
[io.github.sanctuuary/APE "2.3.0"]
Apache Buildr
'io.github.sanctuuary:APE:jar:2.3.0'