MVN

dev.skilltreeplatform : call-stack-profiler

Maven & Gradle

Mar 21, 2022
20 stars

Call Stack Profiler · This profiler keeps track of the method calls and outputs method call hierarchy, allowing developers to quickly comprehend execution time breakdown. Profile your code with negligible performance and memory overhead.

<dependency>
    <groupId>dev.skilltreeplatform</groupId>
    <artifactId>call-stack-profiler</artifactId>
    <version>1.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.skilltreeplatform : call-stack-profiler to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.6

All Versions

Choose a version of dev.skilltreeplatform : call-stack-profiler to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
call-stack-profiler-1.1.6
call-stack-profiler-1.1.5
call-stack-profiler-1.1.4
call-stack-profiler-1.1.3
call-stack-profiler-1.1.2

How to add a dependency to Maven

Add the following dev.skilltreeplatform : call-stack-profiler maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.skilltreeplatform</groupId>
    <artifactId>call-stack-profiler</artifactId>
    <version>1.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.skilltreeplatform : call-stack-profiler gradle dependency to your build.gradle file:

implementation 'dev.skilltreeplatform:call-stack-profiler:1.1.6'

Gradle Kotlin DSL: Add the following dev.skilltreeplatform : call-stack-profiler gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.skilltreeplatform:call-stack-profiler:1.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.skilltreeplatform : call-stack-profiler sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.skilltreeplatform" % "call-stack-profiler" % "1.1.6"

Advertisement