MVN

cd.go.plugin : gocd-package-material-plugin-shim

Maven & Gradle

Dec 10, 2016
0 stars

Shim for GoCD package repository poller plugin · A shim to help upgrade GoCD package repository poller plugins to work with GoCD 17.1 (if they use the old API-based extension point)

<dependency>
    <groupId>cd.go.plugin</groupId>
    <artifactId>gocd-package-material-plugin-shim</artifactId>
    <version>16.12.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cd.go.plugin : gocd-package-material-plugin-shim to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 16.12.0

All Versions

Choose a version of cd.go.plugin : gocd-package-material-plugin-shim to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
16.12.x
gocd-package-material-plugin-shim-16.12.0

How to add a dependency to Maven

Add the following cd.go.plugin : gocd-package-material-plugin-shim maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cd.go.plugin</groupId>
    <artifactId>gocd-package-material-plugin-shim</artifactId>
    <version>16.12.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cd.go.plugin : gocd-package-material-plugin-shim gradle dependency to your build.gradle file:

implementation 'cd.go.plugin:gocd-package-material-plugin-shim:16.12.0'

Gradle Kotlin DSL: Add the following cd.go.plugin : gocd-package-material-plugin-shim gradle kotlin dependency to your build.gradle.kts file:

implementation("cd.go.plugin:gocd-package-material-plugin-shim:16.12.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following cd.go.plugin : gocd-package-material-plugin-shim sbt scala dependency to your build.sbt file:

libraryDependencies += "cd.go.plugin" % "gocd-package-material-plugin-shim" % "16.12.0"

Advertisement