Categories |
CategoriesReact User Interface Web Frameworks JSON Data |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdreact-json-tree |
Version | Version0.10.9 |
Type | Typejar |
Filename | Size |
---|---|
react-json-tree-0.10.9.pom | |
react-json-tree-0.10.9.jar | 25 KB |
react-json-tree-0.10.9-sources.jar | 22 bytes |
react-json-tree-0.10.9-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/react-json-tree/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>react-json-tree</artifactId>
<version>0.10.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/react-json-tree/
implementation 'org.webjars.npm:react-json-tree:0.10.9'
// https://jarcasting.com/artifacts/org.webjars.npm/react-json-tree/
implementation ("org.webjars.npm:react-json-tree:0.10.9")
'org.webjars.npm:react-json-tree:jar:0.10.9'
<dependency org="org.webjars.npm" name="react-json-tree" rev="0.10.9">
<artifact name="react-json-tree" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='react-json-tree', version='0.10.9')
)
libraryDependencies += "org.webjars.npm" % "react-json-tree" % "0.10.9"
[org.webjars.npm/react-json-tree "0.10.9"]