MVN

com.github.krzysztofslusarski : continuous-async-profiler

Maven & Gradle

Jan 11, 2023
28 stars
<dependency>
    <groupId>com.github.krzysztofslusarski</groupId>
    <artifactId>continuous-async-profiler</artifactId>
    <version>2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.krzysztofslusarski : continuous-async-profiler to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1

All Versions

Choose a version of com.github.krzysztofslusarski : continuous-async-profiler to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1
continuous-async-profiler-2.1
2.0
continuous-async-profiler-2.0
1.6
continuous-async-profiler-1.6
1.5
continuous-async-profiler-1.5
1.4
continuous-async-profiler-1.4
1.3
continuous-async-profiler-1.3
1.2
continuous-async-profiler-1.2
1.1
continuous-async-profiler-1.1

How to add a dependency to Maven

Add the following com.github.krzysztofslusarski : continuous-async-profiler maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.krzysztofslusarski</groupId>
    <artifactId>continuous-async-profiler</artifactId>
    <version>2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.krzysztofslusarski : continuous-async-profiler gradle dependency to your build.gradle file:

implementation 'com.github.krzysztofslusarski:continuous-async-profiler:2.1'

Gradle Kotlin DSL: Add the following com.github.krzysztofslusarski : continuous-async-profiler gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.krzysztofslusarski:continuous-async-profiler:2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.krzysztofslusarski : continuous-async-profiler sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.krzysztofslusarski" % "continuous-async-profiler" % "2.1"