| Categories | CategoriesJSON Data | 
|---|---|
| GroupId | GroupIdorg.mule.modules | 
| ArtifactId | ArtifactIdmule-module-json | 
| Version | Version3.5.0-bighorn | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.mule.modules/mule-module-json/ -->
<dependency>
    <groupId>org.mule.modules</groupId>
    <artifactId>mule-module-json</artifactId>
    <version>3.5.0-bighorn</version>
</dependency>// https://jarcasting.com/artifacts/org.mule.modules/mule-module-json/
implementation 'org.mule.modules:mule-module-json:3.5.0-bighorn'// https://jarcasting.com/artifacts/org.mule.modules/mule-module-json/
implementation ("org.mule.modules:mule-module-json:3.5.0-bighorn")'org.mule.modules:mule-module-json:jar:3.5.0-bighorn'<dependency org="org.mule.modules" name="mule-module-json" rev="3.5.0-bighorn">
  <artifact name="mule-module-json" type="jar" />
</dependency>@Grapes(
@Grab(group='org.mule.modules', module='mule-module-json', version='3.5.0-bighorn')
)libraryDependencies += "org.mule.modules" % "mule-module-json" % "3.5.0-bighorn"[org.mule.modules/mule-module-json "3.5.0-bighorn"]