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