is not current version
Last Version 1.82

com.github.vlsi.gradle:gettext-plugin 1.64

Configures gettext processing for Gradle

Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.github.vlsi.gradle
ArtifactId

ArtifactId

gettext-plugin
Version

Version

1.64
Type

Type

jar

Download gettext-plugin 1.64


<!-- https://jarcasting.com/artifacts/com.github.vlsi.gradle/gettext-plugin/ -->
<dependency>
    <groupId>com.github.vlsi.gradle</groupId>
    <artifactId>gettext-plugin</artifactId>
    <version>1.64</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vlsi.gradle/gettext-plugin/
implementation 'com.github.vlsi.gradle:gettext-plugin:1.64'
// https://jarcasting.com/artifacts/com.github.vlsi.gradle/gettext-plugin/
implementation ("com.github.vlsi.gradle:gettext-plugin:1.64")
'com.github.vlsi.gradle:gettext-plugin:jar:1.64'
<dependency org="com.github.vlsi.gradle" name="gettext-plugin" rev="1.64">
  <artifact name="gettext-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vlsi.gradle', module='gettext-plugin', version='1.64')
)
libraryDependencies += "com.github.vlsi.gradle" % "gettext-plugin" % "1.64"
[com.github.vlsi.gradle/gettext-plugin "1.64"]