MVN

com.universalmediaserver : crowdin-maven-plugin

Maven & Gradle

Nov 12, 2015
1 stars

Crowdin Maven Plugin · This plugin allows Maven projects to be translated using crowdin and has been tailored to use for the Universal Media Server project.

<plugin>
    <groupId>com.universalmediaserver</groupId>
    <artifactId>crowdin-maven-plugin</artifactId>
    <version>0.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.universalmediaserver : crowdin-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.3

All Versions

Choose a version of com.universalmediaserver : crowdin-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.3
crowdin-maven-plugin-0.3

How to add a plugin to Maven

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

<plugin>
    <groupId>com.universalmediaserver</groupId>
    <artifactId>crowdin-maven-plugin</artifactId>
    <version>0.3</version>
</plugin>

Advertisement