GroupId | GroupIdcom.omertron |
---|---|
ArtifactId | ArtifactIdthemoviedbapi |
Version | Version3.8 |
Type | Typejar |
Filename | Size |
---|---|
themoviedbapi-3.8.pom | |
themoviedbapi-3.8.jar | 99 KB |
themoviedbapi-3.8-sources.jar | 89 KB |
themoviedbapi-3.8-javadoc.jar | 458 KB |
themoviedbapi-3.8-bin.zip | 649 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.omertron/themoviedbapi/ -->
<dependency>
<groupId>com.omertron</groupId>
<artifactId>themoviedbapi</artifactId>
<version>3.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.omertron/themoviedbapi/
implementation 'com.omertron:themoviedbapi:3.8'
// https://jarcasting.com/artifacts/com.omertron/themoviedbapi/
implementation ("com.omertron:themoviedbapi:3.8")
'com.omertron:themoviedbapi:jar:3.8'
<dependency org="com.omertron" name="themoviedbapi" rev="3.8">
<artifact name="themoviedbapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.omertron', module='themoviedbapi', version='3.8')
)
libraryDependencies += "com.omertron" % "themoviedbapi" % "3.8"
[com.omertron/themoviedbapi "3.8"]