Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.hikvision.ga |
ArtifactId | ArtifactIdartemis-http-client |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
artemis-http-client-1.1.0.pom | |
artemis-http-client-1.1.0.jar | 40 KB |
artemis-http-client-1.1.0-sources.jar | 27 KB |
artemis-http-client-1.1.0-javadoc.jar | 131 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hikvision.ga/artemis-http-client/ -->
<dependency>
<groupId>com.hikvision.ga</groupId>
<artifactId>artemis-http-client</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hikvision.ga/artemis-http-client/
implementation 'com.hikvision.ga:artemis-http-client:1.1.0'
// https://jarcasting.com/artifacts/com.hikvision.ga/artemis-http-client/
implementation ("com.hikvision.ga:artemis-http-client:1.1.0")
'com.hikvision.ga:artemis-http-client:jar:1.1.0'
<dependency org="com.hikvision.ga" name="artemis-http-client" rev="1.1.0">
<artifact name="artemis-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hikvision.ga', module='artemis-http-client', version='1.1.0')
)
libraryDependencies += "com.hikvision.ga" % "artemis-http-client" % "1.1.0"
[com.hikvision.ga/artemis-http-client "1.1.0"]