| License |
License |
|---|---|
| Categories |
CategoriesAuto Application Layer Libs Code Generators Configuration config |
| GroupId | GroupIdcom.github.cristianoperez |
| ArtifactId | ArtifactIdstatsd-autoconfiguration |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionstatsd-autoconfiguration
Easily integrate StatsD with Spring
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.github.cristianoperez/statsd-autoconfiguration/ -->
<dependency>
<groupId>com.github.cristianoperez</groupId>
<artifactId>statsd-autoconfiguration</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cristianoperez/statsd-autoconfiguration/
implementation 'com.github.cristianoperez:statsd-autoconfiguration:1.0.1'
// https://jarcasting.com/artifacts/com.github.cristianoperez/statsd-autoconfiguration/
implementation ("com.github.cristianoperez:statsd-autoconfiguration:1.0.1")
'com.github.cristianoperez:statsd-autoconfiguration:jar:1.0.1'
<dependency org="com.github.cristianoperez" name="statsd-autoconfiguration" rev="1.0.1">
<artifact name="statsd-autoconfiguration" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cristianoperez', module='statsd-autoconfiguration', version='1.0.1')
)
libraryDependencies += "com.github.cristianoperez" % "statsd-autoconfiguration" % "1.0.1"
[com.github.cristianoperez/statsd-autoconfiguration "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-actuator | jar | 1.5.10.RELEASE |
| com.timgroup : java-statsd-client | jar | 3.1.0 |