MVN

one.edee : babylon-maven-plugin

Maven & Gradle

Dec 17, 2021
2 stars

Babylon - translation utility · Babylon is a tool to gather messages, and their translations from property files. It performs a round-trip consisting of two phases: export phase and import phase. In the export phase the messages are written to a Google Sheets spreadsheet. A translator will then fill in the missing translations. In the import phase, the spreadsheet (with the missing translations filled out by a translator) is examined, and the newly translated messages are used to update the respective translation property files. Also, the state of the translation, snapshot, is written out to a disk in the form of JSON file. Babylon can be run as a Maven plugin or as a standalone console application.

<dependency>
    <groupId>one.edee</groupId>
    <artifactId>babylon-maven-plugin</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of one.edee : babylon-maven-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of one.edee : babylon-maven-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
babylon-maven-plugin-2.0.0

How to add a dependency to Maven

Add the following one.edee : babylon-maven-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>one.edee</groupId>
    <artifactId>babylon-maven-plugin</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following one.edee : babylon-maven-plugin gradle dependency to your build.gradle file:

implementation 'one.edee:babylon-maven-plugin:2.0.0'

Gradle Kotlin DSL: Add the following one.edee : babylon-maven-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("one.edee:babylon-maven-plugin:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following one.edee : babylon-maven-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "one.edee" % "babylon-maven-plugin" % "2.0.0"

Advertisement