g

go-plugin-config-repo

The APIs described here are needed for developing pipeline as code plugins for GoCD - A continuous delivery server
http://gocd.org
The Apache License, Version 2.0
GoCD Team ThoughtWorks
文件下载
文件名 操作
go-plugin-config-repo-21.3.0.jar 下载
go-plugin-config-repo-21.3.0.pom 下载
go-plugin-config-repo-21.3.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>cd.go.plugin</groupId>
  <artifactId>go-plugin-config-repo</artifactId>
  <version>21.3.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'cd.go.plugin:go-plugin-config-repo:21.3.0'
Gradle Kotlin
implementation("cd.go.plugin:go-plugin-config-repo:21.3.0")
Scala SBT
libraryDependencies += "cd.go.plugin" % "go-plugin-config-repo" % "21.3.0"
Groovy Grape
@Grapes(
  @Grab(group='cd.go.plugin', module='go-plugin-config-repo', version='21.3.0')
)
Apache Ivy
<dependency org="cd.go.plugin" name="go-plugin-config-repo" rev="21.3.0" />
Leiningen
[cd.go.plugin/go-plugin-config-repo "21.3.0"]
Apache Buildr
'cd.go.plugin:go-plugin-config-repo:jar:21.3.0'
本项目依赖
该项目无第三方依赖