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