License |
License |
---|---|
GroupId | GroupIdcom.github.bcolyn.ajtest |
ArtifactId | ArtifactIdajtest |
Version | Version1.0 |
Type | Typejar |
Description |
DescriptionAJTest
AJTest is a library for running functional tests with AspectJ Load-Time Weaving and TestNG without a java agent.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ajtest-1.0.pom | |
ajtest-1.0.jar | 9 KB |
ajtest-1.0-sources.jar | 4 KB |
ajtest-1.0-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bcolyn.ajtest/ajtest/ -->
<dependency>
<groupId>com.github.bcolyn.ajtest</groupId>
<artifactId>ajtest</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bcolyn.ajtest/ajtest/
implementation 'com.github.bcolyn.ajtest:ajtest:1.0'
// https://jarcasting.com/artifacts/com.github.bcolyn.ajtest/ajtest/
implementation ("com.github.bcolyn.ajtest:ajtest:1.0")
'com.github.bcolyn.ajtest:ajtest:jar:1.0'
<dependency org="com.github.bcolyn.ajtest" name="ajtest" rev="1.0">
<artifact name="ajtest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bcolyn.ajtest', module='ajtest', version='1.0')
)
libraryDependencies += "com.github.bcolyn.ajtest" % "ajtest" % "1.0"
[com.github.bcolyn.ajtest/ajtest "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.3.1 |
org.aspectj : aspectjweaver | jar | 1.6.12 |
org.slf4j : slf4j-api | jar | 1.6.1 |
Group / Artifact | Type | Version |
---|---|---|
org.easytesting : fest-assert | jar | 1.4 |
org.mule : mule-core | jar | 3.2.1 |
org.mule.transports : mule-transport-vm | jar | 3.2.1 |
org.mule.modules : mule-module-client | jar | 3.2.1 |