MVN

com.codeborne.replay : framework

Maven & Gradle

May 30, 2023
5 usages
18 stars

framework · RePlay is a fork of the Play1 framework, made and maintained by Codeborne.

<dependency>
    <groupId>com.codeborne.replay</groupId>
    <artifactId>framework</artifactId>
    <version>2.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.codeborne.replay : framework to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.0

All Versions

Choose a version of com.codeborne.replay : framework to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
framework-2.1.0
2.0.x
framework-2.0.0
1.12.x
framework-1.12.0
1.11.x
framework-1.11.0
1.10.x
framework-1.10.0
1.9.x
framework-1.9.5
framework-1.9.4
framework-1.9.3
framework-1.9.2
framework-1.9.1
framework-1.9.0
1.8.x
framework-1.8.8
framework-1.8.7
framework-1.8.6
framework-1.8.5
framework-1.8.4
framework-1.8.3
framework-1.8.2
framework-1.8.1
framework-1.8.0
1.7
framework-1.7

How to add a dependency to Maven

Add the following com.codeborne.replay : framework maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.codeborne.replay</groupId>
    <artifactId>framework</artifactId>
    <version>2.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.codeborne.replay : framework gradle dependency to your build.gradle file:

implementation 'com.codeborne.replay:framework:2.1.0'

Gradle Kotlin DSL: Add the following com.codeborne.replay : framework gradle kotlin dependency to your build.gradle.kts file:

implementation("com.codeborne.replay:framework:2.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.codeborne.replay : framework sbt scala dependency to your build.sbt file:

libraryDependencies += "com.codeborne.replay" % "framework" % "2.1.0"

Advertisement