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