Files download
File Operation
pipeline-id-0.25.0.jar download
pipeline-id-0.25.0.pom download
pipeline-id-0.25.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.ardoco.core</groupId>
  <artifactId>pipeline-id</artifactId>
  <version>0.25.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.ardoco.core:pipeline-id:0.25.0'
Gradle Kotlin
implementation("io.github.ardoco.core:pipeline-id:0.25.0")
Scala SBT
libraryDependencies += "io.github.ardoco.core" % "pipeline-id" % "0.25.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.ardoco.core', module='pipeline-id', version='0.25.0')
)
Apache Ivy
<dependency org="io.github.ardoco.core" name="pipeline-id" rev="0.25.0" />
Leiningen
[io.github.ardoco.core/pipeline-id "0.25.0"]
Apache Buildr
'io.github.ardoco.core:pipeline-id:jar:0.25.0'