is not current version
Last Version 0.4.0

de.comahe.i18n4k:i18n4k-core-js 0.1.3

i18n4k is a multiplatform (JVM, JS, native) library and code generator for Kotlin to handle internationalisation (i18n) in your program.

Categories

Categories

JavaScript Languages
GroupId

GroupId

de.comahe.i18n4k
ArtifactId

ArtifactId

i18n4k-core-js
Version

Version

0.1.3
Type

Type

pom

Download i18n4k-core-js 0.1.3


<!-- https://jarcasting.com/artifacts/de.comahe.i18n4k/i18n4k-core-js/ -->
<dependency>
    <groupId>de.comahe.i18n4k</groupId>
    <artifactId>i18n4k-core-js</artifactId>
    <version>0.1.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.comahe.i18n4k/i18n4k-core-js/
implementation 'de.comahe.i18n4k:i18n4k-core-js:0.1.3'
// https://jarcasting.com/artifacts/de.comahe.i18n4k/i18n4k-core-js/
implementation ("de.comahe.i18n4k:i18n4k-core-js:0.1.3")
'de.comahe.i18n4k:i18n4k-core-js:pom:0.1.3'
<dependency org="de.comahe.i18n4k" name="i18n4k-core-js" rev="0.1.3">
  <artifact name="i18n4k-core-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.comahe.i18n4k', module='i18n4k-core-js', version='0.1.3')
)
libraryDependencies += "de.comahe.i18n4k" % "i18n4k-core-js" % "0.1.3"
[de.comahe.i18n4k/i18n4k-core-js "0.1.3"]