Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.netflix.spectator |
ArtifactId | ArtifactIdspectator-ext-ipc |
Version | Version0.80.1 |
Type | Typejar |
Filename | Size |
---|---|
spectator-ext-ipc-0.80.1.pom | |
spectator-ext-ipc-0.80.1.jar | 44 KB |
spectator-ext-ipc-0.80.1-sources.jar | 33 KB |
spectator-ext-ipc-0.80.1-javadoc.jar | 88 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.netflix.spectator/spectator-ext-ipc/ -->
<dependency>
<groupId>com.netflix.spectator</groupId>
<artifactId>spectator-ext-ipc</artifactId>
<version>0.80.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.spectator/spectator-ext-ipc/
implementation 'com.netflix.spectator:spectator-ext-ipc:0.80.1'
// https://jarcasting.com/artifacts/com.netflix.spectator/spectator-ext-ipc/
implementation ("com.netflix.spectator:spectator-ext-ipc:0.80.1")
'com.netflix.spectator:spectator-ext-ipc:jar:0.80.1'
<dependency org="com.netflix.spectator" name="spectator-ext-ipc" rev="0.80.1">
<artifact name="spectator-ext-ipc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.spectator', module='spectator-ext-ipc', version='0.80.1')
)
libraryDependencies += "com.netflix.spectator" % "spectator-ext-ipc" % "0.80.1"
[com.netflix.spectator/spectator-ext-ipc "0.80.1"]