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