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