GroupId | GroupIdcom.omertron |
---|---|
ArtifactId | ArtifactIdthemoviedbapi |
Version | Version4.0 |
Type | Typejar |
Filename | Size |
---|---|
themoviedbapi-4.0.pom | |
themoviedbapi-4.0.jar | 202 KB |
themoviedbapi-4.0-sources.jar | 171 KB |
themoviedbapi-4.0-javadoc.jar | 908 KB |
themoviedbapi-4.0-bin.zip | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.omertron/themoviedbapi/ -->
<dependency>
<groupId>com.omertron</groupId>
<artifactId>themoviedbapi</artifactId>
<version>4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.omertron/themoviedbapi/
implementation 'com.omertron:themoviedbapi:4.0'
// https://jarcasting.com/artifacts/com.omertron/themoviedbapi/
implementation ("com.omertron:themoviedbapi:4.0")
'com.omertron:themoviedbapi:jar:4.0'
<dependency org="com.omertron" name="themoviedbapi" rev="4.0">
<artifact name="themoviedbapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.omertron', module='themoviedbapi', version='4.0')
)
libraryDependencies += "com.omertron" % "themoviedbapi" % "4.0"
[com.omertron/themoviedbapi "4.0"]