Download go-plugin-api-14.4.0.jar file - Jar g

Jar examples for g:go-plugin-api

Description

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.

License

The Apache License, Version 2.0

Build File

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'

Download

Click the following link to download the jar file.

go-plugin-api-14.4.0-javadoc.jar
go-plugin-api-14.4.0-sources.jar
go-plugin-api-14.4.0.jar
go-plugin-api-14.4.0.pom



Related Tutorials