Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.uwetrottmann.thetvdb-java |
ArtifactId | ArtifactIdthetvdb-java |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
thetvdb-java-2.0.0.pom | |
thetvdb-java-2.0.0.jar | 26 KB |
thetvdb-java-2.0.0-sources.jar | 21 KB |
thetvdb-java-2.0.0-javadoc.jar | 214 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.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.uwetrottmann.thetvdb-java/thetvdb-java/
implementation 'com.uwetrottmann.thetvdb-java:thetvdb-java:2.0.0'
// https://jarcasting.com/artifacts/com.uwetrottmann.thetvdb-java/thetvdb-java/
implementation ("com.uwetrottmann.thetvdb-java:thetvdb-java:2.0.0")
'com.uwetrottmann.thetvdb-java:thetvdb-java:jar:2.0.0'
<dependency org="com.uwetrottmann.thetvdb-java" name="thetvdb-java" rev="2.0.0">
<artifact name="thetvdb-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.uwetrottmann.thetvdb-java', module='thetvdb-java', version='2.0.0')
)
libraryDependencies += "com.uwetrottmann.thetvdb-java" % "thetvdb-java" % "2.0.0"
[com.uwetrottmann.thetvdb-java/thetvdb-java "2.0.0"]