Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdreact-modal |
Version | Version3.11.1 |
Type | Typejar |
Filename | Size |
---|---|
react-modal-3.11.1.pom | |
react-modal-3.11.1.jar | 51 KB |
react-modal-3.11.1-sources.jar | 22 bytes |
react-modal-3.11.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>3.11.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/react-modal/
implementation 'org.webjars.npm:react-modal:3.11.1'
// https://jarcasting.com/artifacts/org.webjars.npm/react-modal/
implementation ("org.webjars.npm:react-modal:3.11.1")
'org.webjars.npm:react-modal:jar:3.11.1'
<dependency org="org.webjars.npm" name="react-modal" rev="3.11.1">
<artifact name="react-modal" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='react-modal', version='3.11.1')
)
libraryDependencies += "org.webjars.npm" % "react-modal" % "3.11.1"
[org.webjars.npm/react-modal "3.11.1"]