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