MVN

pl.wrzasq.lambda : lambda-macro-pipeline-project

Maven & Gradle

Apr 06, 2021
1 stars

WrzasqPl CodePipeline-CodeBuild automation macro · CloudFormation macro which pre-configures project for CodePipeline.

<dependency>
    <groupId>pl.wrzasq.lambda</groupId>
    <artifactId>lambda-macro-pipeline-project</artifactId>
    <version>1.1.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of pl.wrzasq.lambda : lambda-macro-pipeline-project to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.16

All Versions

Choose a version of pl.wrzasq.lambda : lambda-macro-pipeline-project to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
lambda-macro-pipeline-project-1.1.16
lambda-macro-pipeline-project-1.1.15
lambda-macro-pipeline-project-1.1.14
lambda-macro-pipeline-project-1.1.13
lambda-macro-pipeline-project-1.1.12
lambda-macro-pipeline-project-1.1.11
lambda-macro-pipeline-project-1.1.10
lambda-macro-pipeline-project-1.1.9
lambda-macro-pipeline-project-1.1.8
lambda-macro-pipeline-project-1.1.7
lambda-macro-pipeline-project-1.1.6
lambda-macro-pipeline-project-1.1.5
lambda-macro-pipeline-project-1.1.4
lambda-macro-pipeline-project-1.1.3
lambda-macro-pipeline-project-1.1.2
lambda-macro-pipeline-project-1.1.1

How to add a dependency to Maven

Add the following pl.wrzasq.lambda : lambda-macro-pipeline-project maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>pl.wrzasq.lambda</groupId>
    <artifactId>lambda-macro-pipeline-project</artifactId>
    <version>1.1.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following pl.wrzasq.lambda : lambda-macro-pipeline-project gradle dependency to your build.gradle file:

implementation 'pl.wrzasq.lambda:lambda-macro-pipeline-project:1.1.16'

Gradle Kotlin DSL: Add the following pl.wrzasq.lambda : lambda-macro-pipeline-project gradle kotlin dependency to your build.gradle.kts file:

implementation("pl.wrzasq.lambda:lambda-macro-pipeline-project:1.1.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following pl.wrzasq.lambda : lambda-macro-pipeline-project sbt scala dependency to your build.sbt file:

libraryDependencies += "pl.wrzasq.lambda" % "lambda-macro-pipeline-project" % "1.1.16"