Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdorg.kie.modules |
ArtifactId | ArtifactIdorg-json |
Version | Version6.3.0.CR2 |
Type | Typejar |
Filename | Size |
---|---|
org-json-6.3.0.CR2.pom | 920 bytes |
org-json-6.3.0.CR2-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.3.0.CR2</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie.modules/org-json/
implementation 'org.kie.modules:org-json:6.3.0.CR2'
// https://jarcasting.com/artifacts/org.kie.modules/org-json/
implementation ("org.kie.modules:org-json:6.3.0.CR2")
'org.kie.modules:org-json:jar:6.3.0.CR2'
<dependency org="org.kie.modules" name="org-json" rev="6.3.0.CR2">
<artifact name="org-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie.modules', module='org-json', version='6.3.0.CR2')
)
libraryDependencies += "org.kie.modules" % "org-json" % "6.3.0.CR2"
[org.kie.modules/org-json "6.3.0.CR2"]