Categories |
CategoriesCLI User Interface config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.yahoo.vespa |
ArtifactId | ArtifactIdconfigserver-client |
Version | Version7.433.11 |
Type | Typejar |
Filename | Size |
---|---|
configserver-client-7.433.11.pom | |
configserver-client-7.433.11.jar | 25 KB |
configserver-client-7.433.11-sources.jar | 11 KB |
configserver-client-7.433.11-javadoc.jar | 469 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.yahoo.vespa/configserver-client/ -->
<dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>configserver-client</artifactId>
<version>7.433.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.vespa/configserver-client/
implementation 'com.yahoo.vespa:configserver-client:7.433.11'
// https://jarcasting.com/artifacts/com.yahoo.vespa/configserver-client/
implementation ("com.yahoo.vespa:configserver-client:7.433.11")
'com.yahoo.vespa:configserver-client:jar:7.433.11'
<dependency org="com.yahoo.vespa" name="configserver-client" rev="7.433.11">
<artifact name="configserver-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.vespa', module='configserver-client', version='7.433.11')
)
libraryDependencies += "com.yahoo.vespa" % "configserver-client" % "7.433.11"
[com.yahoo.vespa/configserver-client "7.433.11"]