| Categories |
CategoriesJSON Data |
|---|---|
| GroupId | GroupIdcom.sudhir.utils |
| ArtifactId | ArtifactIdjsonmatchers |
| Version | Version1.0-RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| jsonmatchers-1.0-RELEASE.pom | |
| jsonmatchers-1.0-RELEASE.jar | 13 KB |
| jsonmatchers-1.0-RELEASE-sources.jar | 7 KB |
| jsonmatchers-1.0-RELEASE-javadoc.jar | 87 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sudhir.utils/jsonmatchers/ -->
<dependency>
<groupId>com.sudhir.utils</groupId>
<artifactId>jsonmatchers</artifactId>
<version>1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.sudhir.utils/jsonmatchers/
implementation 'com.sudhir.utils:jsonmatchers:1.0-RELEASE'
// https://jarcasting.com/artifacts/com.sudhir.utils/jsonmatchers/
implementation ("com.sudhir.utils:jsonmatchers:1.0-RELEASE")
'com.sudhir.utils:jsonmatchers:jar:1.0-RELEASE'
<dependency org="com.sudhir.utils" name="jsonmatchers" rev="1.0-RELEASE">
<artifact name="jsonmatchers" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sudhir.utils', module='jsonmatchers', version='1.0-RELEASE')
)
libraryDependencies += "com.sudhir.utils" % "jsonmatchers" % "1.0-RELEASE"
[com.sudhir.utils/jsonmatchers "1.0-RELEASE"]