MVN

com.github.dnbn.submerge : submerge-root

Maven & Gradle

Jun 04, 2017
30 stars

submerge-root · Submerge is a tool that aims to merge two subtitles into one ASS displaying both: one at the top of the screen, the other at the bottom. It can also be used to convert SRT to ASS or ASS to SRT, or to change the encoding of a file.

<dependency>
    <groupId>com.github.dnbn.submerge</groupId>
    <artifactId>submerge-root</artifactId>
    <version>1.9.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.dnbn.submerge : submerge-root to add to Maven - Latest Versions:

  • Latest Stable: 1.9.2

All Versions

Choose a version of com.github.dnbn.submerge : submerge-root to add to Maven - All Versions:

Version Vulnerabilities Updated
1.9.x
submerge-root-1.9.2
submerge-root-1.9.0
1.8.x
submerge-root-1.8.3

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.dnbn.submerge</groupId>
    <artifactId>submerge-root</artifactId>
    <version>1.9.2</version>
</dependency>