Files download
File Operation
fluid-locale-js-0.13.0.pom download
fluid-locale-js-0.13.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.fluidsonic.locale</groupId>
  <artifactId>fluid-locale-js</artifactId>
  <version>0.13.0</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'io.fluidsonic.locale:fluid-locale-js:0.13.0'
Gradle Kotlin
implementation("io.fluidsonic.locale:fluid-locale-js:0.13.0")
Scala SBT
libraryDependencies += "io.fluidsonic.locale" % "fluid-locale-js" % "0.13.0"
Groovy Grape
@Grapes(
  @Grab(group='io.fluidsonic.locale', module='fluid-locale-js', version='0.13.0')
)
Apache Ivy
<dependency org="io.fluidsonic.locale" name="fluid-locale-js" rev="0.13.0" />
Leiningen
[io.fluidsonic.locale/fluid-locale-js "0.13.0"]
Apache Buildr
'io.fluidsonic.locale:fluid-locale-js:jar:0.13.0'