License |
License |
---|---|
GroupId | GroupIdcom.github.riccardove.easyjasub |
ArtifactId | ArtifactIdsubtitleConvert |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionsubtitleConvert
This is a java framework for processing subtitle formats and converting them into other formats. So far the formats supported are EBU's STL, .SCC, .ASS/.SSA .SRT and a subset of W3C's TTML 1.0
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
subtitleConvert-1.0.2.pom | |
subtitleConvert-1.0.2.jar | 48 KB |
subtitleConvert-1.0.2-sources.jar | 34 KB |
subtitleConvert-1.0.2-javadoc.jar | 112 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.riccardove.easyjasub/subtitleConvert/ -->
<dependency>
<groupId>com.github.riccardove.easyjasub</groupId>
<artifactId>subtitleConvert</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.riccardove.easyjasub/subtitleConvert/
implementation 'com.github.riccardove.easyjasub:subtitleConvert:1.0.2'
// https://jarcasting.com/artifacts/com.github.riccardove.easyjasub/subtitleConvert/
implementation ("com.github.riccardove.easyjasub:subtitleConvert:1.0.2")
'com.github.riccardove.easyjasub:subtitleConvert:jar:1.0.2'
<dependency org="com.github.riccardove.easyjasub" name="subtitleConvert" rev="1.0.2">
<artifact name="subtitleConvert" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.riccardove.easyjasub', module='subtitleConvert', version='1.0.2')
)
libraryDependencies += "com.github.riccardove.easyjasub" % "subtitleConvert" % "1.0.2"
[com.github.riccardove.easyjasub/subtitleConvert "1.0.2"]