文件下载
文件名 操作
capsule-1.1.1.jar 下载
capsule-1.1.1.pom 下载
capsule-1.1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.nextflow</groupId>
  <artifactId>capsule</artifactId>
  <version>1.1.1</version>
</dependency>
Gradle Groovy
implementation 'io.nextflow:capsule:1.1.1'
Gradle Kotlin
implementation("io.nextflow:capsule:1.1.1")
Scala SBT
libraryDependencies += "io.nextflow" % "capsule" % "1.1.1"
Groovy Grape
@Grapes(
  @Grab(group='io.nextflow', module='capsule', version='1.1.1')
)
Apache Ivy
<dependency org="io.nextflow" name="capsule" rev="1.1.1" />
Leiningen
[io.nextflow/capsule "1.1.1"]
Apache Buildr
'io.nextflow:capsule:jar:1.1.1'