MVN

com.lohika.alp : alp-reporter

Maven & Gradle

Feb 15, 2012
1 usages

ALP TestNG Reporter · Tests Logging framework that uses log4j for logging and TestNG for tests execution. Currently have 3 TestNg listeners : for FS , DB and mails

<dependency>
    <groupId>com.lohika.alp</groupId>
    <artifactId>alp-reporter</artifactId>
    <version>0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lohika.alp : alp-reporter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7

All Versions

Choose a version of com.lohika.alp : alp-reporter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7
alp-reporter-0.7

How to add a dependency to Maven

Add the following com.lohika.alp : alp-reporter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.lohika.alp</groupId>
    <artifactId>alp-reporter</artifactId>
    <version>0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.lohika.alp : alp-reporter gradle dependency to your build.gradle file:

implementation 'com.lohika.alp:alp-reporter:0.7'

Gradle Kotlin DSL: Add the following com.lohika.alp : alp-reporter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.lohika.alp:alp-reporter:0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.lohika.alp : alp-reporter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.lohika.alp" % "alp-reporter" % "0.7"