is not current version
Last Version 1.0.6

com.github.ak98neon:spring-boot-profiler-starter 1.0.5

There is a project for manage time of method executions in spring boot applications, under Apache 2.0

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.ak98neon
ArtifactId

ArtifactId

spring-boot-profiler-starter
Version

Version

1.0.5
Type

Type

jar

Download spring-boot-profiler-starter 1.0.5


<!-- https://jarcasting.com/artifacts/com.github.ak98neon/spring-boot-profiler-starter/ -->
<dependency>
    <groupId>com.github.ak98neon</groupId>
    <artifactId>spring-boot-profiler-starter</artifactId>
    <version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ak98neon/spring-boot-profiler-starter/
implementation 'com.github.ak98neon:spring-boot-profiler-starter:1.0.5'
// https://jarcasting.com/artifacts/com.github.ak98neon/spring-boot-profiler-starter/
implementation ("com.github.ak98neon:spring-boot-profiler-starter:1.0.5")
'com.github.ak98neon:spring-boot-profiler-starter:jar:1.0.5'
<dependency org="com.github.ak98neon" name="spring-boot-profiler-starter" rev="1.0.5">
  <artifact name="spring-boot-profiler-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ak98neon', module='spring-boot-profiler-starter', version='1.0.5')
)
libraryDependencies += "com.github.ak98neon" % "spring-boot-profiler-starter" % "1.0.5"
[com.github.ak98neon/spring-boot-profiler-starter "1.0.5"]