p

plugin-load

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