License |
License |
---|---|
GroupId | GroupIdcom.magenic.jmaqs.base |
ArtifactId | ArtifactIdjmaqs-base |
Last Version | Last Version2.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJMAQS Base Testing Module
A collection of testing libraries and convenience classes to accelerate startup
automation efforts
|
Project Organization |
Project OrganizationMagenic Technologies |
Filename | Size |
---|---|
jmaqs-base-2.2.1.pom | |
jmaqs-base-2.2.1.jar | 15 KB |
jmaqs-base-2.2.1-sources.jar | 11 KB |
jmaqs-base-2.2.1-javadoc.jar | 453 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.magenic.jmaqs.base/jmaqs-base/ -->
<dependency>
<groupId>com.magenic.jmaqs.base</groupId>
<artifactId>jmaqs-base</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.magenic.jmaqs.base/jmaqs-base/
implementation 'com.magenic.jmaqs.base:jmaqs-base:2.2.1'
// https://jarcasting.com/artifacts/com.magenic.jmaqs.base/jmaqs-base/
implementation ("com.magenic.jmaqs.base:jmaqs-base:2.2.1")
'com.magenic.jmaqs.base:jmaqs-base:jar:2.2.1'
<dependency org="com.magenic.jmaqs.base" name="jmaqs-base" rev="2.2.1">
<artifact name="jmaqs-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.magenic.jmaqs.base', module='jmaqs-base', version='2.2.1')
)
libraryDependencies += "com.magenic.jmaqs.base" % "jmaqs-base" % "2.2.1"
[com.magenic.jmaqs.base/jmaqs-base "2.2.1"]
Group / Artifact | Type | Version |
---|---|---|
com.magenic.jmaqs.utilities : jmaqs-utilities | jar | 2.2.1 |
org.testng : testng | jar | 7.3.0 |