Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.trickl |
ArtifactId | ArtifactIdassertj-json-serialize |
Version | Version0.1.5 |
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.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.trickl/assertj-json-serialize/
implementation 'com.github.trickl:assertj-json-serialize:0.1.5'
// https://jarcasting.com/artifacts/com.github.trickl/assertj-json-serialize/
implementation ("com.github.trickl:assertj-json-serialize:0.1.5")
'com.github.trickl:assertj-json-serialize:jar:0.1.5'
<dependency org="com.github.trickl" name="assertj-json-serialize" rev="0.1.5">
<artifact name="assertj-json-serialize" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.trickl', module='assertj-json-serialize', version='0.1.5')
)
libraryDependencies += "com.github.trickl" % "assertj-json-serialize" % "0.1.5"
[com.github.trickl/assertj-json-serialize "0.1.5"]