GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdi18next |
Version | Version17.0.9 |
Type | Typejar |
Filename | Size |
---|---|
i18next-17.0.9.pom | |
i18next-17.0.9.jar | 113 KB |
i18next-17.0.9-sources.jar | 22 bytes |
i18next-17.0.9-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/i18next/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>i18next</artifactId>
<version>17.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/i18next/
implementation 'org.webjars.npm:i18next:17.0.9'
// https://jarcasting.com/artifacts/org.webjars.npm/i18next/
implementation ("org.webjars.npm:i18next:17.0.9")
'org.webjars.npm:i18next:jar:17.0.9'
<dependency org="org.webjars.npm" name="i18next" rev="17.0.9">
<artifact name="i18next" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='i18next', version='17.0.9')
)
libraryDependencies += "org.webjars.npm" % "i18next" % "17.0.9"
[org.webjars.npm/i18next "17.0.9"]