Categories |
CategoriesIDE Development Tools React User Interface Web Frameworks CLI |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdreact-outside-click-handler |
Version | Version1.2.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/react-outside-click-handler/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>react-outside-click-handler</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/react-outside-click-handler/
implementation 'org.webjars.npm:react-outside-click-handler:1.2.2'
// https://jarcasting.com/artifacts/org.webjars.npm/react-outside-click-handler/
implementation ("org.webjars.npm:react-outside-click-handler:1.2.2")
'org.webjars.npm:react-outside-click-handler:jar:1.2.2'
<dependency org="org.webjars.npm" name="react-outside-click-handler" rev="1.2.2">
<artifact name="react-outside-click-handler" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='react-outside-click-handler', version='1.2.2')
)
libraryDependencies += "org.webjars.npm" % "react-outside-click-handler" % "1.2.2"
[org.webjars.npm/react-outside-click-handler "1.2.2"]