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