GroupId | GroupIdcom.github.chengtengfei |
---|---|
ArtifactId | ArtifactIdonvif-sample |
Version | Version0.0.4 |
Type | Typejar |
Filename | Size |
---|---|
onvif-sample-0.0.4.pom | |
onvif-sample-0.0.4.jar | 37 KB |
onvif-sample-0.0.4-sources.jar | 20 KB |
onvif-sample-0.0.4-javadoc.jar | 546 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.chengtengfei/onvif-sample/ -->
<dependency>
<groupId>com.github.chengtengfei</groupId>
<artifactId>onvif-sample</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chengtengfei/onvif-sample/
implementation 'com.github.chengtengfei:onvif-sample:0.0.4'
// https://jarcasting.com/artifacts/com.github.chengtengfei/onvif-sample/
implementation ("com.github.chengtengfei:onvif-sample:0.0.4")
'com.github.chengtengfei:onvif-sample:jar:0.0.4'
<dependency org="com.github.chengtengfei" name="onvif-sample" rev="0.0.4">
<artifact name="onvif-sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chengtengfei', module='onvif-sample', version='0.0.4')
)
libraryDependencies += "com.github.chengtengfei" % "onvif-sample" % "0.0.4"
[com.github.chengtengfei/onvif-sample "0.0.4"]