MVN

com.codeborne.replay : guice

Maven & Gradle

May 30, 2023
19 stars

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

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

Latest Version

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

  • Latest Stable: 2.1.0

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement