is not current version
Last Version 2.0.1

io.github.sanctuuary:APE 1.0.0

APE is a command line tool and an API for the automated exploration of possible computational pipelines (workflows) from large collections of computational tools.

GroupId

GroupId

io.github.sanctuuary
ArtifactId

ArtifactId

APE
Version

Version

1.0.0
Type

Type

jar

Download APE 1.0.0


<!-- https://jarcasting.com/artifacts/io.github.sanctuuary/APE/ -->
<dependency>
    <groupId>io.github.sanctuuary</groupId>
    <artifactId>APE</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.sanctuuary/APE/
implementation 'io.github.sanctuuary:APE:1.0.0'
// https://jarcasting.com/artifacts/io.github.sanctuuary/APE/
implementation ("io.github.sanctuuary:APE:1.0.0")
'io.github.sanctuuary:APE:jar:1.0.0'
<dependency org="io.github.sanctuuary" name="APE" rev="1.0.0">
  <artifact name="APE" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.sanctuuary', module='APE', version='1.0.0')
)
libraryDependencies += "io.github.sanctuuary" % "APE" % "1.0.0"
[io.github.sanctuuary/APE "1.0.0"]