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 14.4.0 in this page.
The Apache License, Version 2.0
You can use the following script to add go-plugin-api-14.4.0.jar to your project.
<dependency> <groupId>cd.go.plugin</groupId> <artifactId>go-plugin-api</artifactId> <version>14.4.0</version> </dependency>
compile group: 'cd.go.plugin', name: 'go-plugin-api', version: '14.4.0'
libraryDependencies += "cd.go.plugin" % "go-plugin-api" % "14.4.0"
<dependency org="cd.go.plugin" name="go-plugin-api" rev="14.4.0"/>
@Grapes(@Grab(group='cd.go.plugin', module='go-plugin-api', version='14.4.0'))
'cd.go.plugin:go-plugin-api:jar:14.4.0'
Click the following link to download the jar file.
go-plugin-api-14.4.0-javadoc.jar