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