MVN

com.metova : cappuccino-no-op

Maven & Gradle

Oct 25, 2016
254 stars

No op Cappuccino · A sweeter Espresso. Cappuccino makes it easy to add custom IdlingResources, and enables the automatic turning off and on of system animations.

<dependency>
    <groupId>com.metova</groupId>
    <artifactId>cappuccino-no-op</artifactId>
    <version>0.9.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.metova : cappuccino-no-op to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.1

All Versions

Choose a version of com.metova : cappuccino-no-op to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
cappuccino-no-op-0.9.1
0.9
cappuccino-no-op-0.9
0.8.x
cappuccino-no-op-0.8.1
0.7.x
cappuccino-no-op-0.7.0
0.6.x
cappuccino-no-op-0.6.0
0.5.x
cappuccino-no-op-0.5.0
0.3.x
cappuccino-no-op-0.3.6

How to add a dependency to Maven

Add the following com.metova : cappuccino-no-op maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.metova</groupId>
    <artifactId>cappuccino-no-op</artifactId>
    <version>0.9.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.metova : cappuccino-no-op gradle dependency to your build.gradle file:

implementation 'com.metova:cappuccino-no-op:0.9.1'

Gradle Kotlin DSL: Add the following com.metova : cappuccino-no-op gradle kotlin dependency to your build.gradle.kts file:

implementation("com.metova:cappuccino-no-op:0.9.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.metova : cappuccino-no-op sbt scala dependency to your build.sbt file:

libraryDependencies += "com.metova" % "cappuccino-no-op" % "0.9.1"

Advertisement