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