is not current version
Last Version 1.0.8

com.statful.client.framework:client-springboot 1.0.6

Spring Boot client to send metrics to Statful.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.statful.client.framework
ArtifactId

ArtifactId

client-springboot
Version

Version

1.0.6
Type

Type

jar

Download client-springboot 1.0.6


<!-- https://jarcasting.com/artifacts/com.statful.client.framework/client-springboot/ -->
<dependency>
    <groupId>com.statful.client.framework</groupId>
    <artifactId>client-springboot</artifactId>
    <version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.statful.client.framework/client-springboot/
implementation 'com.statful.client.framework:client-springboot:1.0.6'
// https://jarcasting.com/artifacts/com.statful.client.framework/client-springboot/
implementation ("com.statful.client.framework:client-springboot:1.0.6")
'com.statful.client.framework:client-springboot:jar:1.0.6'
<dependency org="com.statful.client.framework" name="client-springboot" rev="1.0.6">
  <artifact name="client-springboot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.statful.client.framework', module='client-springboot', version='1.0.6')
)
libraryDependencies += "com.statful.client.framework" % "client-springboot" % "1.0.6"
[com.statful.client.framework/client-springboot "1.0.6"]