is not current version
Last Version 1.0.0

org.webjars:Intl.js 0.1.4-1

WebJar package of Andy Earnshaw's excellent Intl.js polyfill.

GroupId

GroupId

org.webjars
ArtifactId

ArtifactId

Intl.js
Version

Version

0.1.4-1
Type

Type

jar

Download Intl.js 0.1.4-1


<!-- https://jarcasting.com/artifacts/org.webjars/Intl.js/ -->
<dependency>
    <groupId>org.webjars</groupId>
    <artifactId>Intl.js</artifactId>
    <version>0.1.4-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/Intl.js/
implementation 'org.webjars:Intl.js:0.1.4-1'
// https://jarcasting.com/artifacts/org.webjars/Intl.js/
implementation ("org.webjars:Intl.js:0.1.4-1")
'org.webjars:Intl.js:jar:0.1.4-1'
<dependency org="org.webjars" name="Intl.js" rev="0.1.4-1">
  <artifact name="Intl.js" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='Intl.js', version='0.1.4-1')
)
libraryDependencies += "org.webjars" % "Intl.js" % "0.1.4-1"
[org.webjars/Intl.js "0.1.4-1"]