MVN

com.izettle.wrench : wrench-prefs-no-op

Maven & Gradle

May 09, 2018
9 stars

Wrench Prefs NoOp · Wrech

<dependency>
    <groupId>com.izettle.wrench</groupId>
    <artifactId>wrench-prefs-no-op</artifactId>
    <version>0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.izettle.wrench : wrench-prefs-no-op to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3
  • Latest Release Candidate: 0.2-RC2

All Versions

Choose a version of com.izettle.wrench : wrench-prefs-no-op to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3
wrench-prefs-no-op-0.3
0.2
wrench-prefs-no-op-0.2
wrench-prefs-no-op-0.2-RC2
wrench-prefs-no-op-0.2-RC1
0.1
wrench-prefs-no-op-0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.izettle.wrench</groupId>
    <artifactId>wrench-prefs-no-op</artifactId>
    <version>0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.izettle.wrench : wrench-prefs-no-op gradle dependency to your build.gradle file:

implementation 'com.izettle.wrench:wrench-prefs-no-op:0.3'

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

implementation("com.izettle.wrench:wrench-prefs-no-op:0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.izettle.wrench : wrench-prefs-no-op sbt scala dependency to your build.sbt file:

libraryDependencies += "com.izettle.wrench" % "wrench-prefs-no-op" % "0.3"

Advertisement