| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAuto Библиотеки уровня приложения Code Generators Configuration config |
| Группа | Группаcom.github.cristianoperez |
| Идентификатор | Идентификаторstatsd-autoconfiguration |
| Версия | Версия1.0.1 |
| Тип | Типjar |
| Описание |
Описаниеstatsd-autoconfiguration
Easily integrate StatsD with Spring
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-actuator | jar | 1.5.10.RELEASE |
| com.timgroup : java-statsd-client | jar | 3.1.0 |