Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.trickl |
ArtifactId | ArtifactIdassertj-json |
Version | Version0.2.11 |
Type | Typejar |
Filename | Size |
---|---|
assertj-json-0.2.11.pom | |
assertj-json-0.2.11.jar | 16 KB |
assertj-json-0.2.11-sources.jar | 9 KB |
assertj-json-0.2.11-javadoc.jar | 98 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.trickl/assertj-json/ -->
<dependency>
<groupId>com.github.trickl</groupId>
<artifactId>assertj-json</artifactId>
<version>0.2.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.trickl/assertj-json/
implementation 'com.github.trickl:assertj-json:0.2.11'
// https://jarcasting.com/artifacts/com.github.trickl/assertj-json/
implementation ("com.github.trickl:assertj-json:0.2.11")
'com.github.trickl:assertj-json:jar:0.2.11'
<dependency org="com.github.trickl" name="assertj-json" rev="0.2.11">
<artifact name="assertj-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.trickl', module='assertj-json', version='0.2.11')
)
libraryDependencies += "com.github.trickl" % "assertj-json" % "0.2.11"
[com.github.trickl/assertj-json "0.2.11"]