MVN

com.github.vlsi.gradle : gettext-plugin

Maven & Gradle

Jun 24, 2023
1 usages
39 stars

GNU gettext plugin for Gradle · Configures gettext processing for Gradle

<dependency>
    <groupId>com.github.vlsi.gradle</groupId>
    <artifactId>gettext-plugin</artifactId>
    <version>1.90</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.vlsi.gradle : gettext-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.90

All Versions

Choose a version of com.github.vlsi.gradle : gettext-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.90
gettext-plugin-1.90
1.89
gettext-plugin-1.89
1.88
gettext-plugin-1.88
1.87
gettext-plugin-1.87
1.86
gettext-plugin-1.86
1.85
gettext-plugin-1.85
1.84
gettext-plugin-1.84
1.83
gettext-plugin-1.83
1.82
gettext-plugin-1.82
1.81
gettext-plugin-1.81
1.80
gettext-plugin-1.80
1.79
gettext-plugin-1.79
1.78
gettext-plugin-1.78
1.77
gettext-plugin-1.77
1.76
gettext-plugin-1.76
1.75
gettext-plugin-1.75
1.74
gettext-plugin-1.74
1.73
gettext-plugin-1.73
1.72
gettext-plugin-1.72
1.71
gettext-plugin-1.71
1.70
gettext-plugin-1.70
1.69
gettext-plugin-1.69
1.68
gettext-plugin-1.68
1.67
gettext-plugin-1.67
1.66
gettext-plugin-1.66
1.65
gettext-plugin-1.65
1.64
gettext-plugin-1.64
1.63
gettext-plugin-1.63
1.62
gettext-plugin-1.62

How to add a dependency to Maven

Add the following com.github.vlsi.gradle : gettext-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.vlsi.gradle</groupId>
    <artifactId>gettext-plugin</artifactId>
    <version>1.90</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.vlsi.gradle : gettext-plugin gradle dependency to your build.gradle file:

implementation 'com.github.vlsi.gradle:gettext-plugin:1.90'

Gradle Kotlin DSL: Add the following com.github.vlsi.gradle : gettext-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.vlsi.gradle:gettext-plugin:1.90")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.vlsi.gradle : gettext-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.vlsi.gradle" % "gettext-plugin" % "1.90"