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