License |
License |
---|---|
GroupId | GroupIdcom.mfizz |
ArtifactId | ArtifactIdmfz-observer-core |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmfz-observer-core
Java framework for observing metrics across distributed nodes
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mfz-observer-core-1.1.1.pom | |
mfz-observer-core-1.1.1.jar | 41 KB |
mfz-observer-core-1.1.1-sources.jar | 33 KB |
mfz-observer-core-1.1.1-javadoc.jar | 170 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mfizz/mfz-observer-core/ -->
<dependency>
<groupId>com.mfizz</groupId>
<artifactId>mfz-observer-core</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.mfizz/mfz-observer-core/
implementation 'com.mfizz:mfz-observer-core:1.1.1'
// https://jarcasting.com/artifacts/com.mfizz/mfz-observer-core/
implementation ("com.mfizz:mfz-observer-core:1.1.1")
'com.mfizz:mfz-observer-core:jar:1.1.1'
<dependency org="com.mfizz" name="mfz-observer-core" rev="1.1.1">
<artifact name="mfz-observer-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mfizz', module='mfz-observer-core', version='1.1.1')
)
libraryDependencies += "com.mfizz" % "mfz-observer-core" % "1.1.1"
[com.mfizz/mfz-observer-core "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.mfizz : mfz-observer-metric | jar | 1.1.1 |
org.codehaus.jackson : jackson-core-asl | jar | [1.9.9,) |
org.codehaus.jackson : jackson-mapper-asl | jar | [1.9.9,) |
com.yammer.metrics : metrics-core | jar | 2.1.3 |
org.apache.httpcomponents : httpclient | jar | 4.2.1 |
org.apache.httpcomponents : httpasyncclient | jar | 4.0-beta1 |
org.apache.httpcomponents : fluent-hc | jar | 4.2.1 |
org.slf4j : slf4j-api | jar | 1.6.6 |
joda-time : joda-time | jar | 2.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |