MVN

com.airbnb.okreplay : noop

Maven & Gradle

Jan 28, 2020
777 stars

OkReplay no-op module · No-op module for OkReplay library

<dependency>
    <groupId>com.airbnb.okreplay</groupId>
    <artifactId>noop</artifactId>
    <version>1.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.airbnb.okreplay : noop to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.0

All Versions

Choose a version of com.airbnb.okreplay : noop to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
noop-1.6.0
1.5.x
noop-1.5.0
1.4.x
noop-1.4.0
1.3.x
noop-1.3.0
1.2.x
noop-1.2.0

How to add a dependency to Maven

Add the following com.airbnb.okreplay : noop maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.airbnb.okreplay</groupId>
    <artifactId>noop</artifactId>
    <version>1.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.airbnb.okreplay : noop gradle dependency to your build.gradle file:

implementation 'com.airbnb.okreplay:noop:1.6.0'

Gradle Kotlin DSL: Add the following com.airbnb.okreplay : noop gradle kotlin dependency to your build.gradle.kts file:

implementation("com.airbnb.okreplay:noop:1.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.airbnb.okreplay : noop sbt scala dependency to your build.sbt file:

libraryDependencies += "com.airbnb.okreplay" % "noop" % "1.6.0"

Advertisement