GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdng-i18next |
Version | Version0.2.9 |
Type | Typejar |
Filename | Size |
---|---|
ng-i18next-0.2.9.pom | |
ng-i18next-0.2.9.jar | 5 KB |
ng-i18next-0.2.9-javadoc.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/ng-i18next/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>ng-i18next</artifactId>
<version>0.2.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/ng-i18next/
implementation 'org.webjars:ng-i18next:0.2.9'
// https://jarcasting.com/artifacts/org.webjars/ng-i18next/
implementation ("org.webjars:ng-i18next:0.2.9")
'org.webjars:ng-i18next:jar:0.2.9'
<dependency org="org.webjars" name="ng-i18next" rev="0.2.9">
<artifact name="ng-i18next" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='ng-i18next', version='0.2.9')
)
libraryDependencies += "org.webjars" % "ng-i18next" % "0.2.9"
[org.webjars/ng-i18next "0.2.9"]