| License |
License |
|---|---|
| GroupId | GroupIdcom.easypost |
| ArtifactId | ArtifactIdeasyvcr |
| Last Version | Last Version0.3.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncom.easypost:easyvcr
A powerful library for recording and replaying HTTP requests
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| easyvcr-0.3.0.pom | |
| easyvcr-0.3.0.jar | 60 KB |
| easyvcr-0.3.0-sources.jar | 47 KB |
| easyvcr-0.3.0-javadoc.jar | 309 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.easypost/easyvcr/ -->
<dependency>
<groupId>com.easypost</groupId>
<artifactId>easyvcr</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.easypost/easyvcr/
implementation 'com.easypost:easyvcr:0.3.0'
// https://jarcasting.com/artifacts/com.easypost/easyvcr/
implementation ("com.easypost:easyvcr:0.3.0")
'com.easypost:easyvcr:jar:0.3.0'
<dependency org="com.easypost" name="easyvcr" rev="0.3.0">
<artifact name="easyvcr" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.easypost', module='easyvcr', version='0.3.0')
)
libraryDependencies += "com.easypost" % "easyvcr" % "0.3.0"
[com.easypost/easyvcr "0.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.httpcomponents : httpclient | jar | 4.5.13 |
| com.google.code.gson : gson | jar | 2.8.9 |
| org.jetbrains : annotations | jar | RELEASE |
| commons-beanutils : commons-beanutils | jar | 1.9.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.hamcrest : hamcrest | jar | 2.2 |