g

go-plugin-api

The APIs described here are needed for developing plugins for GoCD - A continuous delivery server
https://plugin-api.gocd.org/current/
The Apache License, Version 2.0
GoCD Team
Files download
File Operation
go-plugin-api-24.1.0.jar download
go-plugin-api-24.1.0.pom download
go-plugin-api-24.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>cd.go.plugin</groupId>
  <artifactId>go-plugin-api</artifactId>
  <version>24.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'cd.go.plugin:go-plugin-api:24.1.0'
Gradle Kotlin
implementation("cd.go.plugin:go-plugin-api:24.1.0")
Scala SBT
libraryDependencies += "cd.go.plugin" % "go-plugin-api" % "24.1.0"
Groovy Grape
@Grapes(
  @Grab(group='cd.go.plugin', module='go-plugin-api', version='24.1.0')
)
Apache Ivy
<dependency org="cd.go.plugin" name="go-plugin-api" rev="24.1.0" />
Leiningen
[cd.go.plugin/go-plugin-api "24.1.0"]
Apache Buildr
'cd.go.plugin:go-plugin-api:jar:24.1.0'
Dependencies
The project has no third-party dependencies