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