| Categories |
CategoriesJSON Data |
|---|---|
| GroupId | GroupIdorg.kie.modules |
| ArtifactId | ArtifactIdorg-json |
| Version | Version6.1.0.Beta1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| org-json-6.1.0.Beta1.pom | 956 bytes |
| org-json-6.1.0.Beta1-tests.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.kie.modules/org-json/ -->
<dependency>
<groupId>org.kie.modules</groupId>
<artifactId>org-json</artifactId>
<version>6.1.0.Beta1</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie.modules/org-json/
implementation 'org.kie.modules:org-json:6.1.0.Beta1'
// https://jarcasting.com/artifacts/org.kie.modules/org-json/
implementation ("org.kie.modules:org-json:6.1.0.Beta1")
'org.kie.modules:org-json:jar:6.1.0.Beta1'
<dependency org="org.kie.modules" name="org-json" rev="6.1.0.Beta1">
<artifact name="org-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie.modules', module='org-json', version='6.1.0.Beta1')
)
libraryDependencies += "org.kie.modules" % "org-json" % "6.1.0.Beta1"
[org.kie.modules/org-json "6.1.0.Beta1"]