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