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