Categories |
CategoriesReact User Interface Web Frameworks Auto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdreact-input-autosize |
Version | Version0.5.0 |
Type | Typejar |
Filename | Size |
---|---|
react-input-autosize-0.5.0.pom | |
react-input-autosize-0.5.0.jar | 155 KB |
react-input-autosize-0.5.0-sources.jar | 22 bytes |
react-input-autosize-0.5.0-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/react-input-autosize/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>react-input-autosize</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/react-input-autosize/
implementation 'org.webjars.npm:react-input-autosize:0.5.0'
// https://jarcasting.com/artifacts/org.webjars.npm/react-input-autosize/
implementation ("org.webjars.npm:react-input-autosize:0.5.0")
'org.webjars.npm:react-input-autosize:jar:0.5.0'
<dependency org="org.webjars.npm" name="react-input-autosize" rev="0.5.0">
<artifact name="react-input-autosize" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='react-input-autosize', version='0.5.0')
)
libraryDependencies += "org.webjars.npm" % "react-input-autosize" % "0.5.0"
[org.webjars.npm/react-input-autosize "0.5.0"]