Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.trickl |
ArtifactId | ArtifactIdassertj-json-serialize |
Version | Version0.1.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.trickl/assertj-json-serialize/ -->
<dependency>
<groupId>com.github.trickl</groupId>
<artifactId>assertj-json-serialize</artifactId>
<version>0.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.trickl/assertj-json-serialize/
implementation 'com.github.trickl:assertj-json-serialize:0.1.6'
// https://jarcasting.com/artifacts/com.github.trickl/assertj-json-serialize/
implementation ("com.github.trickl:assertj-json-serialize:0.1.6")
'com.github.trickl:assertj-json-serialize:jar:0.1.6'
<dependency org="com.github.trickl" name="assertj-json-serialize" rev="0.1.6">
<artifact name="assertj-json-serialize" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.trickl', module='assertj-json-serialize', version='0.1.6')
)
libraryDependencies += "com.github.trickl" % "assertj-json-serialize" % "0.1.6"
[com.github.trickl/assertj-json-serialize "0.1.6"]