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