| GroupId | GroupIdcom.github.wtekiela |
|---|---|
| ArtifactId | ArtifactIdopensub4j |
| Version | Version0.1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| opensub4j-0.1.1.pom | |
| opensub4j-0.1.1.jar | 28 KB |
| opensub4j-0.1.1-sources.jar | 25 KB |
| opensub4j-0.1.1-javadoc.jar | 78 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.wtekiela/opensub4j/ -->
<dependency>
<groupId>com.github.wtekiela</groupId>
<artifactId>opensub4j</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wtekiela/opensub4j/
implementation 'com.github.wtekiela:opensub4j:0.1.1'
// https://jarcasting.com/artifacts/com.github.wtekiela/opensub4j/
implementation ("com.github.wtekiela:opensub4j:0.1.1")
'com.github.wtekiela:opensub4j:jar:0.1.1'
<dependency org="com.github.wtekiela" name="opensub4j" rev="0.1.1">
<artifact name="opensub4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wtekiela', module='opensub4j', version='0.1.1')
)
libraryDependencies += "com.github.wtekiela" % "opensub4j" % "0.1.1"
[com.github.wtekiela/opensub4j "0.1.1"]