License |
License |
---|---|
GroupId | GroupIdcom.lohika.alp |
ArtifactId | ArtifactIdalp-reporter |
Version | Version0.7 |
Type | Typejar |
Description |
DescriptionALP 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
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
alp-reporter-0.7.pom | |
alp-reporter-0.7.jar | 132 KB |
alp-reporter-0.7-sources.jar | 128 KB |
alp-reporter-0.7-javadoc.jar | 477 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lohika.alp/alp-reporter/ -->
<dependency>
<groupId>com.lohika.alp</groupId>
<artifactId>alp-reporter</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.lohika.alp/alp-reporter/
implementation 'com.lohika.alp:alp-reporter:0.7'
// https://jarcasting.com/artifacts/com.lohika.alp/alp-reporter/
implementation ("com.lohika.alp:alp-reporter:0.7")
'com.lohika.alp:alp-reporter:jar:0.7'
<dependency org="com.lohika.alp" name="alp-reporter" rev="0.7">
<artifact name="alp-reporter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lohika.alp', module='alp-reporter', version='0.7')
)
libraryDependencies += "com.lohika.alp" % "alp-reporter" % "0.7"
[com.lohika.alp/alp-reporter "0.7"]
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.3.1 |
log4j : log4j | jar | 1.2.16 |
org.hibernate : hibernate | jar | 3.2.6.ga |
org.hibernate : hibernate-annotations | jar | 3.4.0.GA |
commons-collections : commons-collections | jar | 3.2.1 |
mysql : mysql-connector-java | jar | 5.1.12 |
javassist : javassist | jar | 3.8.0.GA |
org.slf4j : slf4j-api | jar | 1.6.1 |
org.slf4j : slf4j-log4j12 | jar | 1.6.1 |
javax.transaction : jta | jar | 1.1 |
org.springframework : spring-web | jar | 3.0.5.RELEASE |
org.springframework.ws : spring-xml | jar | 2.0.0.RELEASE |
org.apache.httpcomponents : httpclient | jar | 4.1 |
org.apache.httpcomponents : httpcore | jar | 4.1 |
org.apache.httpcomponents : httpmime | jar | 4.1 |
net.sf.saxon : saxon-xom | jar | 8.7 |
javax.xml.bind : jaxb-api | jar | 2.2.2 |
commons-io : commons-io | jar | 2.0.1 |
javax.mail : mail | jar | 1.4.4 |
com.lohika.alp : alp-utils | jar | 0.2 |