GroupId | GroupIdorg.webjars.bower |
---|---|
ArtifactId | ArtifactIdnumeraljs |
Version | Version1.5.3 |
Type | Typejar |
Filename | Size |
---|---|
numeraljs-1.5.3.pom | |
numeraljs-1.5.3.jar | 82 KB |
numeraljs-1.5.3-sources.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/numeraljs/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>numeraljs</artifactId>
<version>1.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/numeraljs/
implementation 'org.webjars.bower:numeraljs:1.5.3'
// https://jarcasting.com/artifacts/org.webjars.bower/numeraljs/
implementation ("org.webjars.bower:numeraljs:1.5.3")
'org.webjars.bower:numeraljs:jar:1.5.3'
<dependency org="org.webjars.bower" name="numeraljs" rev="1.5.3">
<artifact name="numeraljs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='numeraljs', version='1.5.3')
)
libraryDependencies += "org.webjars.bower" % "numeraljs" % "1.5.3"
[org.webjars.bower/numeraljs "1.5.3"]