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