| Группа | Группаcom.omertron |
|---|---|
| Идентификатор | Идентификаторthemoviedbapi |
| Версия | Версия3.3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| themoviedbapi-3.3.pom | |
| themoviedbapi-3.3.jar | 79 KB |
| themoviedbapi-3.3-sources.jar | 66 KB |
| themoviedbapi-3.3-javadoc.jar | 281 KB |
| themoviedbapi-3.3-bin.zip | 394 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.omertron/themoviedbapi/ -->
<dependency>
<groupId>com.omertron</groupId>
<artifactId>themoviedbapi</artifactId>
<version>3.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.omertron/themoviedbapi/
implementation 'com.omertron:themoviedbapi:3.3'
// https://jarcasting.com/artifacts/com.omertron/themoviedbapi/
implementation ("com.omertron:themoviedbapi:3.3")
'com.omertron:themoviedbapi:jar:3.3'
<dependency org="com.omertron" name="themoviedbapi" rev="3.3">
<artifact name="themoviedbapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.omertron', module='themoviedbapi', version='3.3')
)
libraryDependencies += "com.omertron" % "themoviedbapi" % "3.3"
[com.omertron/themoviedbapi "3.3"]