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