Download recordingproxy-0.5.3.jar file - Jar r

Jar examples for r:recordingproxy

Description

An api that records method-calls invoked on a proxy.

You can download jar file recordingproxy 0.5.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add recordingproxy-0.5.3.jar to your project.

<dependency>
   <groupId>org.cementframework</groupId>
   <artifactId>recordingproxy</artifactId>
   <version>0.5.3</version>
</dependency>
compile group: 'org.cementframework', name: 'recordingproxy', version: '0.5.3'
libraryDependencies += "org.cementframework" % "recordingproxy" % "0.5.3"
<dependency org="org.cementframework" name="recordingproxy" rev="0.5.3"/>
@Grapes(@Grab(group='org.cementframework', module='recordingproxy', version='0.5.3'))
'org.cementframework:recordingproxy:jar:0.5.3'

Download

Click the following link to download the jar file.

recordingproxy-0.5.3-javadoc.jar
recordingproxy-0.5.3-sources.jar
recordingproxy-0.5.3.jar
recordingproxy-0.5.3.pom



Related Tutorials