is not current version
Last Version 1.0.9

com.github.03:onvif 1.0.3

Teaching how to use gradle.

GroupId

GroupId

com.github.03
ArtifactId

ArtifactId

onvif
Version

Version

1.0.3
Type

Type

jar

Download onvif 1.0.3


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