MVN

net.sf.staccatocommons : commons-testing

Maven & Gradle

Jan 02, 2012
13 usages
3 stars

Staccato-Commons-Testing · Testing components build on top of JUnit 4

<dependency>
    <groupId>net.sf.staccatocommons</groupId>
    <artifactId>commons-testing</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.staccatocommons : commons-testing to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2
  • Latest Beta: 1.2-beta-3

All Versions

Choose a version of net.sf.staccatocommons : commons-testing to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2
commons-testing-1.2
commons-testing-1.2-beta-3
commons-testing-1.2-beta-2
commons-testing-1.2-beta-1
1.1
commons-testing-1.1
1.0
commons-testing-1.0
commons-testing-1.0-beta-2

How to add a dependency to Maven

Add the following net.sf.staccatocommons : commons-testing maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.staccatocommons</groupId>
    <artifactId>commons-testing</artifactId>
    <version>1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.staccatocommons : commons-testing gradle dependency to your build.gradle file:

implementation 'net.sf.staccatocommons:commons-testing:1.2'

Gradle Kotlin DSL: Add the following net.sf.staccatocommons : commons-testing gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.staccatocommons:commons-testing:1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.staccatocommons : commons-testing sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.staccatocommons" % "commons-testing" % "1.2"

Advertisement