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