Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.yahoo.vespa |
ArtifactId | ArtifactIdvespa-http-client |
Version | Version7.342.40 |
Type | Typejar |
Filename | Size |
---|---|
vespa-http-client-7.342.40.pom | |
vespa-http-client-7.342.40.jar | 147 KB |
vespa-http-client-7.342.40-sources.jar | 88 KB |
vespa-http-client-7.342.40-javadoc.jar | 468 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.yahoo.vespa/vespa-http-client/ -->
<dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>vespa-http-client</artifactId>
<version>7.342.40</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.vespa/vespa-http-client/
implementation 'com.yahoo.vespa:vespa-http-client:7.342.40'
// https://jarcasting.com/artifacts/com.yahoo.vespa/vespa-http-client/
implementation ("com.yahoo.vespa:vespa-http-client:7.342.40")
'com.yahoo.vespa:vespa-http-client:jar:7.342.40'
<dependency org="com.yahoo.vespa" name="vespa-http-client" rev="7.342.40">
<artifact name="vespa-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.vespa', module='vespa-http-client', version='7.342.40')
)
libraryDependencies += "com.yahoo.vespa" % "vespa-http-client" % "7.342.40"
[com.yahoo.vespa/vespa-http-client "7.342.40"]