MVN

org.projectnessie.buildsupport : attach-test-jar

Maven & Gradle

Aug 26, 2022
0 stars

attach-test-jar · Expose test-code as a Gradle feature, similar to Maven's test-jar but with dependencies.

<dependency>
    <groupId>org.projectnessie.buildsupport</groupId>
    <artifactId>attach-test-jar</artifactId>
    <version>0.2.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.projectnessie.buildsupport : attach-test-jar to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.7

All Versions

Choose a version of org.projectnessie.buildsupport : attach-test-jar to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
attach-test-jar-0.2.7
attach-test-jar-0.2.6
attach-test-jar-0.2.5
attach-test-jar-0.2.4
attach-test-jar-0.2.3
attach-test-jar-0.2.2
attach-test-jar-0.2.1
attach-test-jar-0.2.0
0.1.x
attach-test-jar-0.1.10
attach-test-jar-0.1.9
attach-test-jar-0.1.8
attach-test-jar-0.1.7
attach-test-jar-0.1.6
attach-test-jar-0.1.5
attach-test-jar-0.1.4

How to add a dependency to Maven

Add the following org.projectnessie.buildsupport : attach-test-jar maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.projectnessie.buildsupport</groupId>
    <artifactId>attach-test-jar</artifactId>
    <version>0.2.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.projectnessie.buildsupport : attach-test-jar gradle dependency to your build.gradle file:

implementation 'org.projectnessie.buildsupport:attach-test-jar:0.2.7'

Gradle Kotlin DSL: Add the following org.projectnessie.buildsupport : attach-test-jar gradle kotlin dependency to your build.gradle.kts file:

implementation("org.projectnessie.buildsupport:attach-test-jar:0.2.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.projectnessie.buildsupport : attach-test-jar sbt scala dependency to your build.sbt file:

libraryDependencies += "org.projectnessie.buildsupport" % "attach-test-jar" % "0.2.7"