| License |
License
http://www.apache.org/licenses/LICENSE-2.0
|
|---|---|
| GroupId | GroupIdch.racic.testing |
| ArtifactId | ArtifactIdTestFrameworkHelper |
| Last Version | Last Version0.1.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTestFrameworkHelper library
This library contains helper method for JUnit and TestNG.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/ch.racic.testing/TestFrameworkHelper/ -->
<dependency>
<groupId>ch.racic.testing</groupId>
<artifactId>TestFrameworkHelper</artifactId>
<version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/ch.racic.testing/TestFrameworkHelper/
implementation 'ch.racic.testing:TestFrameworkHelper:0.1.4'
// https://jarcasting.com/artifacts/ch.racic.testing/TestFrameworkHelper/
implementation ("ch.racic.testing:TestFrameworkHelper:0.1.4")
'ch.racic.testing:TestFrameworkHelper:jar:0.1.4'
<dependency org="ch.racic.testing" name="TestFrameworkHelper" rev="0.1.4">
<artifact name="TestFrameworkHelper" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.racic.testing', module='TestFrameworkHelper', version='0.1.4')
)
libraryDependencies += "ch.racic.testing" % "TestFrameworkHelper" % "0.1.4"
[ch.racic.testing/TestFrameworkHelper "0.1.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.apache.commons : commons-exec | jar | 1.2 |