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