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 |
CategoriesJackson Data JSON |
| GroupId | GroupIdcom.jonnymatts |
| ArtifactId | ArtifactIdjzonbie-jackson |
| 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-jackson-5.1.0.pom | |
| jzonbie-jackson-5.1.0.jar | 12 KB |
| jzonbie-jackson-5.1.0-sources.jar | 7 KB |
| jzonbie-jackson-5.1.0-javadoc.jar | 64 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.jonnymatts/jzonbie-jackson/ -->
<dependency>
<groupId>com.jonnymatts</groupId>
<artifactId>jzonbie-jackson</artifactId>
<version>5.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jonnymatts/jzonbie-jackson/
implementation 'com.jonnymatts:jzonbie-jackson:5.1.0'
// https://jarcasting.com/artifacts/com.jonnymatts/jzonbie-jackson/
implementation ("com.jonnymatts:jzonbie-jackson:5.1.0")
'com.jonnymatts:jzonbie-jackson:jar:5.1.0'
<dependency org="com.jonnymatts" name="jzonbie-jackson" rev="5.1.0">
<artifact name="jzonbie-jackson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jonnymatts', module='jzonbie-jackson', version='5.1.0')
)
libraryDependencies += "com.jonnymatts" % "jzonbie-jackson" % "5.1.0"
[com.jonnymatts/jzonbie-jackson "5.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.jonnymatts : jzonbie-core | jar | 5.1.0 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.9.6 |
| com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.9.6 |
| com.fasterxml.jackson.datatype : jackson-datatype-jdk8 | jar | 2.9.6 |
| 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 |
JZONbie is a lightweight HTTP server for mocking JSON based APIs.
For full documentation on how to use JZONbie, visit here