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