Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.uwetrottmann.thetvdb-java |
ArtifactId | ArtifactIdthetvdb-java |
Version | Version1.6.0 |
Type | Typejar |
Filename | Size |
---|---|
thetvdb-java-1.6.0.pom | |
thetvdb-java-1.6.0.jar | 25 KB |
thetvdb-java-1.6.0-sources.jar | 20 KB |
thetvdb-java-1.6.0-javadoc.jar | 206 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.uwetrottmann.thetvdb-java/thetvdb-java/ -->
<dependency>
<groupId>com.uwetrottmann.thetvdb-java</groupId>
<artifactId>thetvdb-java</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.uwetrottmann.thetvdb-java/thetvdb-java/
implementation 'com.uwetrottmann.thetvdb-java:thetvdb-java:1.6.0'
// https://jarcasting.com/artifacts/com.uwetrottmann.thetvdb-java/thetvdb-java/
implementation ("com.uwetrottmann.thetvdb-java:thetvdb-java:1.6.0")
'com.uwetrottmann.thetvdb-java:thetvdb-java:jar:1.6.0'
<dependency org="com.uwetrottmann.thetvdb-java" name="thetvdb-java" rev="1.6.0">
<artifact name="thetvdb-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.uwetrottmann.thetvdb-java', module='thetvdb-java', version='1.6.0')
)
libraryDependencies += "com.uwetrottmann.thetvdb-java" % "thetvdb-java" % "1.6.0"
[com.uwetrottmann.thetvdb-java/thetvdb-java "1.6.0"]