Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.fslev |
ArtifactId | ArtifactIdjsonassert-extended |
Version | Version1.5.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.fslev/jsonassert-extended/ -->
<dependency>
<groupId>com.github.fslev</groupId>
<artifactId>jsonassert-extended</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fslev/jsonassert-extended/
implementation 'com.github.fslev:jsonassert-extended:1.5.0'
// https://jarcasting.com/artifacts/com.github.fslev/jsonassert-extended/
implementation ("com.github.fslev:jsonassert-extended:1.5.0")
'com.github.fslev:jsonassert-extended:jar:1.5.0'
<dependency org="com.github.fslev" name="jsonassert-extended" rev="1.5.0">
<artifact name="jsonassert-extended" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fslev', module='jsonassert-extended', version='1.5.0')
)
libraryDependencies += "com.github.fslev" % "jsonassert-extended" % "1.5.0"
[com.github.fslev/jsonassert-extended "1.5.0"]