GroupId | GroupIdcom.omertron |
---|---|
ArtifactId | ArtifactIdthetvdbapi |
Version | Version1.8 |
Type | Typejar |
Filename | Size |
---|---|
thetvdbapi-1.8.pom | |
thetvdbapi-1.8.jar | 36 KB |
thetvdbapi-1.8-sources.jar | 26 KB |
thetvdbapi-1.8-javadoc.jar | 138 KB |
thetvdbapi-1.8-bin.zip | 190 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.omertron/thetvdbapi/ -->
<dependency>
<groupId>com.omertron</groupId>
<artifactId>thetvdbapi</artifactId>
<version>1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.omertron/thetvdbapi/
implementation 'com.omertron:thetvdbapi:1.8'
// https://jarcasting.com/artifacts/com.omertron/thetvdbapi/
implementation ("com.omertron:thetvdbapi:1.8")
'com.omertron:thetvdbapi:jar:1.8'
<dependency org="com.omertron" name="thetvdbapi" rev="1.8">
<artifact name="thetvdbapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.omertron', module='thetvdbapi', version='1.8')
)
libraryDependencies += "com.omertron" % "thetvdbapi" % "1.8"
[com.omertron/thetvdbapi "1.8"]