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