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