Files download
File Operation
gettext-plugin-1.76.jar download
gettext-plugin-1.76.pom download
gettext-plugin-1.76-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.vlsi.gradle</groupId>
  <artifactId>gettext-plugin</artifactId>
  <version>1.76</version>
</dependency>
Gradle Groovy
implementation 'com.github.vlsi.gradle:gettext-plugin:1.76'
Gradle Kotlin
implementation("com.github.vlsi.gradle:gettext-plugin:1.76")
Scala SBT
libraryDependencies += "com.github.vlsi.gradle" % "gettext-plugin" % "1.76"
Groovy Grape
@Grapes(
  @Grab(group='com.github.vlsi.gradle', module='gettext-plugin', version='1.76')
)
Apache Ivy
<dependency org="com.github.vlsi.gradle" name="gettext-plugin" rev="1.76" />
Leiningen
[com.github.vlsi.gradle/gettext-plugin "1.76"]
Apache Buildr
'com.github.vlsi.gradle:gettext-plugin:jar:1.76'
Dependencies
The project has no third-party dependencies