JZONbie
JZONbie is a lightweight HTTP server for mocking JSON based APIs.
- Simple REST API for:
- priming
- current state
- history
- resetting state
- Easy to use Java client
- Available on Docker Hub
For full documentation on how to use JZONbie, visit here
| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.jonnymatts |
| ArtifactId | ArtifactIdjzonbie-client |
| Last Version | Last Version5.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJZONbie
HTTP client for JZONbie
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jzonbie-client-5.1.0.pom | |
| jzonbie-client-5.1.0.jar | 7 KB |
| jzonbie-client-5.1.0-sources.jar | 4 KB |
| jzonbie-client-5.1.0-javadoc.jar | 28 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.jonnymatts/jzonbie-client/ -->
<dependency>
<groupId>com.jonnymatts</groupId>
<artifactId>jzonbie-client</artifactId>
<version>5.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jonnymatts/jzonbie-client/
implementation 'com.jonnymatts:jzonbie-client:5.1.0'
// https://jarcasting.com/artifacts/com.jonnymatts/jzonbie-client/
implementation ("com.jonnymatts:jzonbie-client:5.1.0")
'com.jonnymatts:jzonbie-client:jar:5.1.0'
<dependency org="com.jonnymatts" name="jzonbie-client" rev="5.1.0">
<artifact name="jzonbie-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jonnymatts', module='jzonbie-client', version='5.1.0')
)
libraryDependencies += "com.jonnymatts" % "jzonbie-client" % "5.1.0"
[com.jonnymatts/jzonbie-client "5.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.jonnymatts : jzonbie-core | jar | 5.1.0 |
| com.jonnymatts : jzonbie-jackson | jar | 5.1.0 |
| org.apache.httpcomponents : httpclient | jar | 4.5.7 |
| org.apache.httpcomponents : httpmime | jar | 4.5.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.5.1 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.5.1 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.5.1 |
| org.mockito : mockito-junit-jupiter | jar | 3.0.0 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| org.assertj : assertj-core | jar | 3.9.1 |
| org.mockito : mockito-core | jar | 3.0.0 |
| com.flextrade.jfixture : jfixture | jar | 2.7.2 |
| com.jonnymatts » jzonbie-test-util | jar | 5.1.0 |
| com.jonnymatts : jzonbie | jar | 5.1.0 |
JZONbie is a lightweight HTTP server for mocking JSON based APIs.
For full documentation on how to use JZONbie, visit here