is not current version
Last Version 1.10.1

org.webjars:i18next 1.7.1

WebJar for i18next

GroupId

GroupId

org.webjars
ArtifactId

ArtifactId

i18next
Version

Version

1.7.1
Type

Type

jar

Download i18next 1.7.1


<!-- https://jarcasting.com/artifacts/org.webjars/i18next/ -->
<dependency>
    <groupId>org.webjars</groupId>
    <artifactId>i18next</artifactId>
    <version>1.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/i18next/
implementation 'org.webjars:i18next:1.7.1'
// https://jarcasting.com/artifacts/org.webjars/i18next/
implementation ("org.webjars:i18next:1.7.1")
'org.webjars:i18next:jar:1.7.1'
<dependency org="org.webjars" name="i18next" rev="1.7.1">
  <artifact name="i18next" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='i18next', version='1.7.1')
)
libraryDependencies += "org.webjars" % "i18next" % "1.7.1"
[org.webjars/i18next "1.7.1"]