не последняя версия
Последняя версия 1.0.9

com.github.03:onvif 1.0.4

Teaching how to use gradle.

Группа

Группа

com.github.03
Идентификатор

Идентификатор

onvif
Версия

Версия

1.0.4
Тип

Тип

jar

Скачать onvif 1.0.4


<!-- https://jarcasting.com/artifacts/com.github.03/onvif/ -->
<dependency>
    <groupId>com.github.03</groupId>
    <artifactId>onvif</artifactId>
    <version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.03/onvif/
implementation 'com.github.03:onvif:1.0.4'
// https://jarcasting.com/artifacts/com.github.03/onvif/
implementation ("com.github.03:onvif:1.0.4")
'com.github.03:onvif:jar:1.0.4'
<dependency org="com.github.03" name="onvif" rev="1.0.4">
  <artifact name="onvif" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.03', module='onvif', version='1.0.4')
)
libraryDependencies += "com.github.03" % "onvif" % "1.0.4"
[com.github.03/onvif "1.0.4"]