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