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