| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing |
| GroupId | GroupIdcom.zendesk.jazon |
| ArtifactId | ArtifactIdjazon-junit |
| Version | Version0.3.1 |
| Type | Typejar |
| Description |
DescriptionJazon JUnit Adapter
A library for test assertions on JSON payloads - for JUnit framework.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jazon-junit-0.3.1.pom | |
| jazon-junit-0.3.1.jar | 1 KB |
| jazon-junit-0.3.1-sources.jar | 1 KB |
| jazon-junit-0.3.1-javadoc.jar | 18 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.zendesk.jazon/jazon-junit/ -->
<dependency>
<groupId>com.zendesk.jazon</groupId>
<artifactId>jazon-junit</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.zendesk.jazon/jazon-junit/
implementation 'com.zendesk.jazon:jazon-junit:0.3.1'
// https://jarcasting.com/artifacts/com.zendesk.jazon/jazon-junit/
implementation ("com.zendesk.jazon:jazon-junit:0.3.1")
'com.zendesk.jazon:jazon-junit:jar:0.3.1'
<dependency org="com.zendesk.jazon" name="jazon-junit" rev="0.3.1">
<artifact name="jazon-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zendesk.jazon', module='jazon-junit', version='0.3.1')
)
libraryDependencies += "com.zendesk.jazon" % "jazon-junit" % "0.3.1"
[com.zendesk.jazon/jazon-junit "0.3.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.zendesk.jazon : jazon-core | jar | 0.3.1 |