| License |
License |
|---|---|
| GroupId | GroupIdcom.nomalab |
| ArtifactId | ArtifactIdsubtitle |
| Version | Version1.0.1 |
| Type | Typejar |
| Description |
Descriptionsubtitle
Convert subtitles from one format to another format.
Supported formats: STL EBU, TTML SMI, VTT, SRT, STT XML, ASS
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationnoOp |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| subtitle-1.0.1.pom | |
| subtitle-1.0.1.jar | 86 KB |
| subtitle-1.0.1-sources.jar | 46 KB |
| subtitle-1.0.1-javadoc.jar | 374 KB |
| subtitle-1.0.1-jar-with-dependencies.jar | 821 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.nomalab/subtitle/ -->
<dependency>
<groupId>com.nomalab</groupId>
<artifactId>subtitle</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.nomalab/subtitle/
implementation 'com.nomalab:subtitle:1.0.1'
// https://jarcasting.com/artifacts/com.nomalab/subtitle/
implementation ("com.nomalab:subtitle:1.0.1")
'com.nomalab:subtitle:jar:1.0.1'
<dependency org="com.nomalab" name="subtitle" rev="1.0.1">
<artifact name="subtitle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nomalab', module='subtitle', version='1.0.1')
)
libraryDependencies += "com.nomalab" % "subtitle" % "1.0.1"
[com.nomalab/subtitle "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.4 |
| commons-cli : commons-cli | jar | 1.3.1 |
| commons-io : commons-io | jar | 2.8.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |