GroupId | GroupIdcom.yahoo.vespa |
---|---|
ArtifactId | ArtifactIdhttp-utils |
Version | Version7.324.57 |
Type | Typejar |
Filename | Size |
---|---|
http-utils-7.324.57.pom | |
http-utils-7.324.57.jar | 25 KB |
http-utils-7.324.57-sources.jar | 12 KB |
http-utils-7.324.57-javadoc.jar | 468 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.yahoo.vespa/http-utils/ -->
<dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>http-utils</artifactId>
<version>7.324.57</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.vespa/http-utils/
implementation 'com.yahoo.vespa:http-utils:7.324.57'
// https://jarcasting.com/artifacts/com.yahoo.vespa/http-utils/
implementation ("com.yahoo.vespa:http-utils:7.324.57")
'com.yahoo.vespa:http-utils:jar:7.324.57'
<dependency org="com.yahoo.vespa" name="http-utils" rev="7.324.57">
<artifact name="http-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.vespa', module='http-utils', version='7.324.57')
)
libraryDependencies += "com.yahoo.vespa" % "http-utils" % "7.324.57"
[com.yahoo.vespa/http-utils "7.324.57"]