License |
License |
---|---|
GroupId | GroupIdcom.rationaleemotions |
ArtifactId | ArtifactIdsangrahah |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionsangrahah
An annotated approach to building TestNG suites instead of working with xmls.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sangrahah-1.0.0.pom | |
sangrahah-1.0.0.jar | 20 KB |
sangrahah-1.0.0-sources.jar | 9 KB |
sangrahah-1.0.0-javadoc.jar | 93 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.rationaleemotions/sangrahah/ -->
<dependency>
<groupId>com.rationaleemotions</groupId>
<artifactId>sangrahah</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.rationaleemotions/sangrahah/
implementation 'com.rationaleemotions:sangrahah:1.0.0'
// https://jarcasting.com/artifacts/com.rationaleemotions/sangrahah/
implementation ("com.rationaleemotions:sangrahah:1.0.0")
'com.rationaleemotions:sangrahah:jar:1.0.0'
<dependency org="com.rationaleemotions" name="sangrahah" rev="1.0.0">
<artifact name="sangrahah" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rationaleemotions', module='sangrahah', version='1.0.0')
)
libraryDependencies += "com.rationaleemotions" % "sangrahah" % "1.0.0"
[com.rationaleemotions/sangrahah "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 7.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.assertj : assertj-core | jar | 3.12.2 |