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