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