Jar examples for g:go-plugin-api
The APIs described here are needed for developing plugins for GoCD - A continuous delivery server
You can download jar file go-plugin-api 17.9.0 in this page.
The Apache License, Version 2.0
You can use the following script to add go-plugin-api-17.9.0.jar to your project.
<dependency> <groupId>cd.go.plugin</groupId> <artifactId>go-plugin-api</artifactId> <version>17.9.0</version> </dependency>
compile group: 'cd.go.plugin', name: 'go-plugin-api', version: '17.9.0'
libraryDependencies += "cd.go.plugin" % "go-plugin-api" % "17.9.0"
<dependency org="cd.go.plugin" name="go-plugin-api" rev="17.9.0"/>
@Grapes(@Grab(group='cd.go.plugin', module='go-plugin-api', version='17.9.0'))
'cd.go.plugin:go-plugin-api:jar:17.9.0'
Click the following link to download the jar file.
go-plugin-api-17.9.0-javadoc.jar