MVN

com.helger : ph-events

Maven & Gradle

Oct 16, 2017

ph-events · In-process Javaevent library

<dependency>
    <groupId>com.helger</groupId>
    <artifactId>ph-events</artifactId>
    <version>6.0.0-b2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.helger : ph-events to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.0-b2

All Versions

Choose a version of com.helger : ph-events to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
ph-events-6.0.0-b2
5.0.x
ph-events-5.0.0
4.0.x
ph-events-4.0.0
3.0.x
ph-events-3.0.1
ph-events-3.0.0

How to add a dependency to Maven

Add the following com.helger : ph-events maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.helger</groupId>
    <artifactId>ph-events</artifactId>
    <version>6.0.0-b2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.helger : ph-events gradle dependency to your build.gradle file:

implementation 'com.helger:ph-events:6.0.0-b2'

Gradle Kotlin DSL: Add the following com.helger : ph-events gradle kotlin dependency to your build.gradle.kts file:

implementation("com.helger:ph-events:6.0.0-b2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.helger : ph-events sbt scala dependency to your build.sbt file:

libraryDependencies += "com.helger" % "ph-events" % "6.0.0-b2"

Advertisement