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