Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdreact-dates |
Version | Version3.1.1 |
Type | Typejar |
Filename | Size |
---|---|
react-dates-3.1.1.pom | |
react-dates-3.1.1.jar | 430 KB |
react-dates-3.1.1-sources.jar | 22 bytes |
react-dates-3.1.1-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>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/react-dates/
implementation 'org.webjars.npm:react-dates:3.1.1'
// https://jarcasting.com/artifacts/org.webjars.npm/react-dates/
implementation ("org.webjars.npm:react-dates:3.1.1")
'org.webjars.npm:react-dates:jar:3.1.1'
<dependency org="org.webjars.npm" name="react-dates" rev="3.1.1">
<artifact name="react-dates" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='react-dates', version='3.1.1')
)
libraryDependencies += "org.webjars.npm" % "react-dates" % "3.1.1"
[org.webjars.npm/react-dates "3.1.1"]