License |
License |
---|---|
Categories |
CategoriesJavaScript Languages |
GroupId | GroupIdde.comahe.i18n4k |
ArtifactId | ArtifactIdi18n4k-core-js |
Last Version | Last Version0.4.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioni18n4k-core
i18n4k is a multiplatform (JVM, JS, native) library and code generator for Kotlin to handle internationalisation (i18n) in your program.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
i18n4k-core-js-0.4.0.pom | |
i18n4k-core-js-0.4.0-sources.jar | 26 KB |
i18n4k-core-js-0.4.0-javadoc.jar | 268 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.comahe.i18n4k/i18n4k-core-js/ -->
<dependency>
<groupId>de.comahe.i18n4k</groupId>
<artifactId>i18n4k-core-js</artifactId>
<version>0.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.comahe.i18n4k/i18n4k-core-js/
implementation 'de.comahe.i18n4k:i18n4k-core-js:0.4.0'
// https://jarcasting.com/artifacts/de.comahe.i18n4k/i18n4k-core-js/
implementation ("de.comahe.i18n4k:i18n4k-core-js:0.4.0")
'de.comahe.i18n4k:i18n4k-core-js:pom:0.4.0'
<dependency org="de.comahe.i18n4k" name="i18n4k-core-js" rev="0.4.0">
<artifact name="i18n4k-core-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.comahe.i18n4k', module='i18n4k-core-js', version='0.4.0')
)
libraryDependencies += "de.comahe.i18n4k" % "i18n4k-core-js" % "0.4.0"
[de.comahe.i18n4k/i18n4k-core-js "0.4.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-js | jar | 1.6.21 |
org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.6.21 |
org.jetbrains.kotlinx : atomicfu-js | jar | 0.17.2 |
org.jetbrains.kotlinx : kotlinx-collections-immutable-js | jar | 0.3.5 |