| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.statful.client.framework |
| ArtifactId | ArtifactIdclient-springboot |
| Version | Version1.0.8 |
| Type | Typejar |
| Description |
Descriptionspring-client-springboot
Spring Boot client to send metrics to Statful.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| client-springboot-1.0.8.pom | |
| client-springboot-1.0.8.jar | 40 KB |
| client-springboot-1.0.8-sources.jar | 24 KB |
| client-springboot-1.0.8-javadoc.jar | 199 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.statful.client.framework/client-springboot/ -->
<dependency>
<groupId>com.statful.client.framework</groupId>
<artifactId>client-springboot</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.statful.client.framework/client-springboot/
implementation 'com.statful.client.framework:client-springboot:1.0.8'
// https://jarcasting.com/artifacts/com.statful.client.framework/client-springboot/
implementation ("com.statful.client.framework:client-springboot:1.0.8")
'com.statful.client.framework:client-springboot:jar:1.0.8'
<dependency org="com.statful.client.framework" name="client-springboot" rev="1.0.8">
<artifact name="client-springboot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.statful.client.framework', module='client-springboot', version='1.0.8')
)
libraryDependencies += "com.statful.client.framework" % "client-springboot" % "1.0.8"
[com.statful.client.framework/client-springboot "1.0.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 1.4.1.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| com.statful.client : http-client | jar | 1.2.0 |
| com.statful.client : udp-client | jar | 1.2.0 |
| org.springframework.boot : spring-boot-actuator | jar | 1.4.1.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| org.mockito : mockito-all | jar | 1.10.19 |
| junit : junit | jar | 4.12 |
| com.google.guava : guava | jar | 23.0 |