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