MVN

org.digitalmediaserver : crowdin-maven-plugin

Maven & Gradle

Jun 08, 2021
5 stars

Crowdin Maven Plugin · This Maven plugin allows project translation files to be synchronized with the crowdin.com API.

<plugin>
    <groupId>org.digitalmediaserver</groupId>
    <artifactId>crowdin-maven-plugin</artifactId>
    <version>1.1.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.digitalmediaserver : crowdin-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of org.digitalmediaserver : crowdin-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
crowdin-maven-plugin-1.1.1
crowdin-maven-plugin-1.1.0
1.0.x
crowdin-maven-plugin-1.0.1
crowdin-maven-plugin-1.0.0
0.4.x
crowdin-maven-plugin-0.4.1
0.4
crowdin-maven-plugin-0.4

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.digitalmediaserver</groupId>
    <artifactId>crowdin-maven-plugin</artifactId>
    <version>1.1.1</version>
</plugin>