Download recordingproxy-0.0.12.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.0.12 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

recordingproxy-0.0.12-javadoc.jar
recordingproxy-0.0.12-sources.jar
recordingproxy-0.0.12.jar
recordingproxy-0.0.12.pom



Related Tutorials