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