c

common-stream

Tencent blueking ci project
https://github.com/Tencent/bk-ci
MIT
bk-ci
Files download
File Operation
common-stream-1.14.0-rc.1.jar download
common-stream-1.14.0-rc.1.pom download
common-stream-1.14.0-rc.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.tencent.bk.devops.ci.common</groupId>
  <artifactId>common-stream</artifactId>
  <version>1.14.0-rc.1</version>
</dependency>
Gradle Groovy
implementation 'com.tencent.bk.devops.ci.common:common-stream:1.14.0-rc.1'
Gradle Kotlin
implementation("com.tencent.bk.devops.ci.common:common-stream:1.14.0-rc.1")
Scala SBT
libraryDependencies += "com.tencent.bk.devops.ci.common" % "common-stream" % "1.14.0-rc.1"
Groovy Grape
@Grapes(
  @Grab(group='com.tencent.bk.devops.ci.common', module='common-stream', version='1.14.0-rc.1')
)
Apache Ivy
<dependency org="com.tencent.bk.devops.ci.common" name="common-stream" rev="1.14.0-rc.1" />
Leiningen
[com.tencent.bk.devops.ci.common/common-stream "1.14.0-rc.1"]
Apache Buildr
'com.tencent.bk.devops.ci.common:common-stream:jar:1.14.0-rc.1'