is not current version
Last Version 1.0.0

org.webjars:Intl.js 0.1.4

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

GroupId

GroupId

org.webjars
ArtifactId

ArtifactId

Intl.js
Version

Version

0.1.4
Type

Type

jar

Download Intl.js 0.1.4


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