MVN

net.sf.staccatocommons : staccatissimo-control

Maven & Gradle

Jul 21, 2012
1 usages
3 stars

Staccatissimo-Control

<dependency>
    <groupId>net.sf.staccatocommons</groupId>
    <artifactId>staccatissimo-control</artifactId>
    <version>2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.3

All Versions

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

Version Vulnerabilities Updated
2.3
staccatissimo-control-2.3
2.2
staccatissimo-control-2.2
2.1
staccatissimo-control-2.1
2.0.x
staccatissimo-control-2.0.1
2.0
staccatissimo-control-2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>net.sf.staccatocommons</groupId>
    <artifactId>staccatissimo-control</artifactId>
    <version>2.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'net.sf.staccatocommons:staccatissimo-control:2.3'

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

implementation("net.sf.staccatocommons:staccatissimo-control:2.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "net.sf.staccatocommons" % "staccatissimo-control" % "2.3"

Advertisement