is not current version
Last Version 22.1.0

API for plugins of GoCD 21.2.0

The APIs described here are needed for developing plugins for GoCD - A continuous delivery server

License

License

GroupId

GroupId

cd.go.plugin
ArtifactId

ArtifactId

go-plugin-api
Version

Version

21.2.0
Type

Type

pom
Description

Description

API for plugins of GoCD
The APIs described here are needed for developing plugins for GoCD - A continuous delivery server
Project URL

Project URL

http://gocd.org
Source Code Management

Source Code Management

https://github.com/gocd/gocd.git

Download go-plugin-api 21.2.0


<!-- https://jarcasting.com/artifacts/cd.go.plugin/go-plugin-api/ -->
<dependency>
    <groupId>cd.go.plugin</groupId>
    <artifactId>go-plugin-api</artifactId>
    <version>21.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cd.go.plugin/go-plugin-api/
implementation 'cd.go.plugin:go-plugin-api:21.2.0'
// https://jarcasting.com/artifacts/cd.go.plugin/go-plugin-api/
implementation ("cd.go.plugin:go-plugin-api:21.2.0")
'cd.go.plugin:go-plugin-api:pom:21.2.0'
<dependency org="cd.go.plugin" name="go-plugin-api" rev="21.2.0">
  <artifact name="go-plugin-api" type="pom" />
</dependency>
@Grapes(
@Grab(group='cd.go.plugin', module='go-plugin-api', version='21.2.0')
)
libraryDependencies += "cd.go.plugin" % "go-plugin-api" % "21.2.0"
[cd.go.plugin/go-plugin-api "21.2.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.