MVN

ru.yoomoney.gradle.plugins : weblate-plugin

Maven & Gradle

Oct 27, 2021
1 stars

weblate-plugin · Gradle plugin by YooMoney. See README: https://github.com/yoomoney/weblate-plugin

<dependency>
    <groupId>ru.yoomoney.gradle.plugins</groupId>
    <artifactId>weblate-plugin</artifactId>
    <version>1.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.yoomoney.gradle.plugins : weblate-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.0

All Versions

Choose a version of ru.yoomoney.gradle.plugins : weblate-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
weblate-plugin-1.6.0
1.5.x
weblate-plugin-1.5.1
weblate-plugin-1.5.0
1.4.x
weblate-plugin-1.4.2
weblate-plugin-1.4.1
weblate-plugin-1.4.0

How to add a dependency to Maven

Add the following ru.yoomoney.gradle.plugins : weblate-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ru.yoomoney.gradle.plugins</groupId>
    <artifactId>weblate-plugin</artifactId>
    <version>1.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ru.yoomoney.gradle.plugins : weblate-plugin gradle dependency to your build.gradle file:

implementation 'ru.yoomoney.gradle.plugins:weblate-plugin:1.6.0'

Gradle Kotlin DSL: Add the following ru.yoomoney.gradle.plugins : weblate-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("ru.yoomoney.gradle.plugins:weblate-plugin:1.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following ru.yoomoney.gradle.plugins : weblate-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "ru.yoomoney.gradle.plugins" % "weblate-plugin" % "1.6.0"

Advertisement