is not current version
Last Version 0.1.0.RELEASE

com.avides.spring:spring-profiler 0.0.3-RELEASE

Enables simple profiling of methods or code-snippets in spring-projects

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.avides.spring
ArtifactId

ArtifactId

spring-profiler
Version

Version

0.0.3-RELEASE
Type

Type

jar

Download spring-profiler 0.0.3-RELEASE


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