License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks |
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdreact-file-input |
Version | Version0.2.5 |
Type | Typejar |
Description |
Descriptionreact-file-input
WebJar for react-file-input
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
react-file-input-0.2.5.pom | |
react-file-input-0.2.5.jar | 5 KB |
react-file-input-0.2.5-sources.jar | 22 bytes |
react-file-input-0.2.5-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/react-file-input/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>react-file-input</artifactId>
<version>0.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/react-file-input/
implementation 'org.webjars.npm:react-file-input:0.2.5'
// https://jarcasting.com/artifacts/org.webjars.npm/react-file-input/
implementation ("org.webjars.npm:react-file-input:0.2.5")
'org.webjars.npm:react-file-input:jar:0.2.5'
<dependency org="org.webjars.npm" name="react-file-input" rev="0.2.5">
<artifact name="react-file-input" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='react-file-input', version='0.2.5')
)
libraryDependencies += "org.webjars.npm" % "react-file-input" % "0.2.5"
[org.webjars.npm/react-file-input "0.2.5"]