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