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