| GroupId | GroupIdcom.yahoo.vespa |
|---|---|
| ArtifactId | ArtifactIdservice-monitor |
| Version | Version6.329.64 |
| Type | Typejar |
| Filename | Size |
|---|---|
| service-monitor-6.329.64.pom | -1 bytes |
| service-monitor-6.329.64-sources.jar | 46 KB |
| service-monitor-6.329.64-javadoc.jar | 478 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.yahoo.vespa/service-monitor/ -->
<dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>service-monitor</artifactId>
<version>6.329.64</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.vespa/service-monitor/
implementation 'com.yahoo.vespa:service-monitor:6.329.64'
// https://jarcasting.com/artifacts/com.yahoo.vespa/service-monitor/
implementation ("com.yahoo.vespa:service-monitor:6.329.64")
'com.yahoo.vespa:service-monitor:jar:6.329.64'
<dependency org="com.yahoo.vespa" name="service-monitor" rev="6.329.64">
<artifact name="service-monitor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.vespa', module='service-monitor', version='6.329.64')
)
libraryDependencies += "com.yahoo.vespa" % "service-monitor" % "6.329.64"
[com.yahoo.vespa/service-monitor "6.329.64"]