MVN

cd.go.groovydsl : dsl

Maven & Gradle

Jul 12, 2023
11 stars

dsl · Groovy DSL for GoCD pipeline definitions, for use with the gocd-groovy-dsl-plugin

<dependency>
    <groupId>cd.go.groovydsl</groupId>
    <artifactId>dsl</artifactId>
    <version>2.1.3-554</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cd.go.groovydsl : dsl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.3-554

All Versions

Choose a version of cd.go.groovydsl : dsl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
dsl-2.1.3-554
dsl-2.1.3-539
dsl-2.1.3-512
dsl-2.1.3-510
dsl-2.1.3-475
dsl-2.1.3-467
dsl-2.1.2-446
dsl-2.1.1-432
dsl-2.1.1-416
dsl-2.1.0-375
dsl-2.1.0-352
dsl-2.1.0-345
2.0.x
dsl-2.0.0-241
1.1.x
dsl-1.1.0-233
1.0.x
dsl-1.0.3-151
dsl-1.0.3-150
0.8.x
dsl-0.8.0-123

How to add a dependency to Maven

Add the following cd.go.groovydsl : dsl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cd.go.groovydsl</groupId>
    <artifactId>dsl</artifactId>
    <version>2.1.3-554</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cd.go.groovydsl : dsl gradle dependency to your build.gradle file:

implementation 'cd.go.groovydsl:dsl:2.1.3-554'

Gradle Kotlin DSL: Add the following cd.go.groovydsl : dsl gradle kotlin dependency to your build.gradle.kts file:

implementation("cd.go.groovydsl:dsl:2.1.3-554")

How to add a dependency to SBT Scala

SBT Scala: Add the following cd.go.groovydsl : dsl sbt scala dependency to your build.sbt file:

libraryDependencies += "cd.go.groovydsl" % "dsl" % "2.1.3-554"

Advertisement