MVN

de.matrixweb.smaller : pipeline-tests

Maven & Gradle

Apr 06, 2014
1 usages
23 stars

Smaller :: Bundles :: Pipeline-Tests

<dependency>
    <groupId>de.matrixweb.smaller</groupId>
    <artifactId>pipeline-tests</artifactId>
    <version>0.8.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.matrixweb.smaller : pipeline-tests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.8

All Versions

Choose a version of de.matrixweb.smaller : pipeline-tests to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
pipeline-tests-0.8.8
pipeline-tests-0.8.7
pipeline-tests-0.8.6
pipeline-tests-0.8.5
pipeline-tests-0.8.4
pipeline-tests-0.8.3
pipeline-tests-0.8.2
pipeline-tests-0.8.1
pipeline-tests-0.8.0
0.7.x
pipeline-tests-0.7.0

How to add a dependency to Maven

Add the following de.matrixweb.smaller : pipeline-tests maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.matrixweb.smaller</groupId>
    <artifactId>pipeline-tests</artifactId>
    <version>0.8.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.matrixweb.smaller : pipeline-tests gradle dependency to your build.gradle file:

implementation 'de.matrixweb.smaller:pipeline-tests:0.8.8'

Gradle Kotlin DSL: Add the following de.matrixweb.smaller : pipeline-tests gradle kotlin dependency to your build.gradle.kts file:

implementation("de.matrixweb.smaller:pipeline-tests:0.8.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.matrixweb.smaller : pipeline-tests sbt scala dependency to your build.sbt file:

libraryDependencies += "de.matrixweb.smaller" % "pipeline-tests" % "0.8.8"

Advertisement