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