| GroupId | GroupIdcom.yahoo.vespa |
|---|---|
| ArtifactId | ArtifactIdhosted-api |
| Version | Version7.441.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hosted-api-7.441.3.pom | |
| hosted-api-7.441.3.jar | 40 KB |
| hosted-api-7.441.3-sources.jar | 21 KB |
| hosted-api-7.441.3-javadoc.jar | 469 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.yahoo.vespa/hosted-api/ -->
<dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>hosted-api</artifactId>
<version>7.441.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.vespa/hosted-api/
implementation 'com.yahoo.vespa:hosted-api:7.441.3'
// https://jarcasting.com/artifacts/com.yahoo.vespa/hosted-api/
implementation ("com.yahoo.vespa:hosted-api:7.441.3")
'com.yahoo.vespa:hosted-api:jar:7.441.3'
<dependency org="com.yahoo.vespa" name="hosted-api" rev="7.441.3">
<artifact name="hosted-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.vespa', module='hosted-api', version='7.441.3')
)
libraryDependencies += "com.yahoo.vespa" % "hosted-api" % "7.441.3"
[com.yahoo.vespa/hosted-api "7.441.3"]