| License |
License |
|---|---|
| Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring |
| GroupId | GroupIdcom.smartertravel.metrics.aop |
| ArtifactId | ArtifactIdst-metrics |
| Last Version | Last Version0.4.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionst-metrics
ST-Metrics is a collection of aspects and annotations for recording method timing information in your
Spring Boot application
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| st-metrics-0.4.1.pom | |
| st-metrics-0.4.1.jar | 6 KB |
| st-metrics-0.4.1-sources.jar | 3 KB |
| st-metrics-0.4.1-javadoc.jar | 39 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.smartertravel.metrics.aop/st-metrics/ -->
<dependency>
<groupId>com.smartertravel.metrics.aop</groupId>
<artifactId>st-metrics</artifactId>
<version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.smartertravel.metrics.aop/st-metrics/
implementation 'com.smartertravel.metrics.aop:st-metrics:0.4.1'
// https://jarcasting.com/artifacts/com.smartertravel.metrics.aop/st-metrics/
implementation ("com.smartertravel.metrics.aop:st-metrics:0.4.1")
'com.smartertravel.metrics.aop:st-metrics:jar:0.4.1'
<dependency org="com.smartertravel.metrics.aop" name="st-metrics" rev="0.4.1">
<artifact name="st-metrics" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.smartertravel.metrics.aop', module='st-metrics', version='0.4.1')
)
libraryDependencies += "com.smartertravel.metrics.aop" % "st-metrics" % "0.4.1"
[com.smartertravel.metrics.aop/st-metrics "0.4.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.aspectj : aspectjweaver | jar | 1.8.7 |
| io.dropwizard.metrics : metrics-core Optional | jar | 3.1.2 |
| org.springframework.boot : spring-boot-actuator Optional | jar | 1.3.1.RELEASE |
| com.timgroup : java-statsd-client Optional | jar | 3.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 1.10.19 |