p

plugin-load

Tencent blueking ci project
https://github.com/Tencent/bk-ci
MIT
bk-ci
文件下载
文件名 操作
plugin-load-2.0.0-beta.32.jar 下载
plugin-load-2.0.0-beta.32.pom 下载
plugin-load-2.0.0-beta.32-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.tencent.bk.devops.ci.process</groupId>
  <artifactId>plugin-load</artifactId>
  <version>2.0.0-beta.32</version>
</dependency>
Gradle Groovy
implementation 'com.tencent.bk.devops.ci.process:plugin-load:2.0.0-beta.32'
Gradle Kotlin
implementation("com.tencent.bk.devops.ci.process:plugin-load:2.0.0-beta.32")
Scala SBT
libraryDependencies += "com.tencent.bk.devops.ci.process" % "plugin-load" % "2.0.0-beta.32"
Groovy Grape
@Grapes(
  @Grab(group='com.tencent.bk.devops.ci.process', module='plugin-load', version='2.0.0-beta.32')
)
Apache Ivy
<dependency org="com.tencent.bk.devops.ci.process" name="plugin-load" rev="2.0.0-beta.32" />
Leiningen
[com.tencent.bk.devops.ci.process/plugin-load "2.0.0-beta.32"]
Apache Buildr
'com.tencent.bk.devops.ci.process:plugin-load:jar:2.0.0-beta.32'