MVN

net.kessra : test-release-pipeline

Maven & Gradle

Apr 24, 2024
0 stars

test-release-pipeline · Test project for setting up and testing Github Actions and workflows

<dependency>
    <groupId>net.kessra</groupId>
    <artifactId>test-release-pipeline</artifactId>
    <version>0.0.1-test-12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.kessra : test-release-pipeline to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1-test-12

All Versions

Choose a version of net.kessra : test-release-pipeline to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
test-release-pipeline-0.0.1-test-12
test-release-pipeline-0.0.1-test-11
test-release-pipeline-0.0.1-test-10
test-release-pipeline-0.0.1-test-9

How to add a dependency to Maven

Add the following net.kessra : test-release-pipeline maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.kessra</groupId>
    <artifactId>test-release-pipeline</artifactId>
    <version>0.0.1-test-12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.kessra : test-release-pipeline gradle dependency to your build.gradle file:

implementation 'net.kessra:test-release-pipeline:0.0.1-test-12'

Gradle Kotlin DSL: Add the following net.kessra : test-release-pipeline gradle kotlin dependency to your build.gradle.kts file:

implementation("net.kessra:test-release-pipeline:0.0.1-test-12")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.kessra : test-release-pipeline sbt scala dependency to your build.sbt file:

libraryDependencies += "net.kessra" % "test-release-pipeline" % "0.0.1-test-12"

Advertisement