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