MVN

org.cementframework : recordingproxy

Maven & Gradle

Nov 12, 2009
2 usages

Recording Proxy: Parent · An api that records method-calls invoked on a proxy.

<dependency>
    <groupId>org.cementframework</groupId>
    <artifactId>recordingproxy</artifactId>
    <version>0.5.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.cementframework : recordingproxy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.3

All Versions

Choose a version of org.cementframework : recordingproxy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
recordingproxy-0.5.3
0.0.x
recordingproxy-0.0.12

How to add a dependency to Maven

Add the following org.cementframework : recordingproxy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.cementframework</groupId>
    <artifactId>recordingproxy</artifactId>
    <version>0.5.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.cementframework : recordingproxy gradle dependency to your build.gradle file:

implementation 'org.cementframework:recordingproxy:0.5.3'

Gradle Kotlin DSL: Add the following org.cementframework : recordingproxy gradle kotlin dependency to your build.gradle.kts file:

implementation("org.cementframework:recordingproxy:0.5.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.cementframework : recordingproxy sbt scala dependency to your build.sbt file:

libraryDependencies += "org.cementframework" % "recordingproxy" % "0.5.3"