| License |
License |
|---|---|
| GroupId | GroupIdcom.github.wtekiela |
| ArtifactId | ArtifactIdopensub4j |
| Last Version | Last Version0.4.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionOpenSub4J
Java library providing an object-oriented abstraction over XML-RPC opensubtitles.org API.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| opensub4j-0.4.1.pom | |
| opensub4j-0.4.1.jar | 31 KB |
| opensub4j-0.4.1-sources.jar | 26 KB |
| opensub4j-0.4.1-javadoc.jar | 74 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.wtekiela/opensub4j/ -->
<dependency>
<groupId>com.github.wtekiela</groupId>
<artifactId>opensub4j</artifactId>
<version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wtekiela/opensub4j/
implementation 'com.github.wtekiela:opensub4j:0.4.1'
// https://jarcasting.com/artifacts/com.github.wtekiela/opensub4j/
implementation ("com.github.wtekiela:opensub4j:0.4.1")
'com.github.wtekiela:opensub4j:jar:0.4.1'
<dependency org="com.github.wtekiela" name="opensub4j" rev="0.4.1">
<artifact name="opensub4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wtekiela', module='opensub4j', version='0.4.1')
)
libraryDependencies += "com.github.wtekiela" % "opensub4j" % "0.4.1"
[com.github.wtekiela/opensub4j "0.4.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.30 |
| org.apache.xmlrpc : xmlrpc-client | jar | 3.1.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.6.3 |