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