is not current version
Last Version 0.4.0

de.comahe.i18n4k:de.comahe.i18n4k.gradle.plugin 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

Gradle Build Tools
GroupId

GroupId

de.comahe.i18n4k
ArtifactId

ArtifactId

de.comahe.i18n4k.gradle.plugin
Version

Version

0.1.3
Type

Type

pom

Download de.comahe.i18n4k.gradle.plugin 0.1.3


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