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