MVN

io.perfana : test-events-hello-world

Maven & Gradle

Jul 05, 2023
1 usages
0 stars

test-events-hello-world · Some basic event-scheduler events, useful for testing and getting info.

<dependency>
    <groupId>io.perfana</groupId>
    <artifactId>test-events-hello-world</artifactId>
    <version>3.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.perfana : test-events-hello-world to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.1

All Versions

Choose a version of io.perfana : test-events-hello-world to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
test-events-hello-world-3.0.1
test-events-hello-world-3.0.0
2.1.x
test-events-hello-world-2.1.0
2.0.x
test-events-hello-world-2.0.0

How to add a dependency to Maven

Add the following io.perfana : test-events-hello-world maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.perfana</groupId>
    <artifactId>test-events-hello-world</artifactId>
    <version>3.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.perfana : test-events-hello-world gradle dependency to your build.gradle file:

implementation 'io.perfana:test-events-hello-world:3.0.1'

Gradle Kotlin DSL: Add the following io.perfana : test-events-hello-world gradle kotlin dependency to your build.gradle.kts file:

implementation("io.perfana:test-events-hello-world:3.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.perfana : test-events-hello-world sbt scala dependency to your build.sbt file:

libraryDependencies += "io.perfana" % "test-events-hello-world" % "3.0.1"