| License |
License |
|---|---|
| GroupId | GroupIdcom.github.slezier |
| ArtifactId | ArtifactIdsft-core |
| Version | Version1.10 |
| Type | Typejar |
| Description |
Descriptionsft-core
A JUnit extension to easily adopt functional testing and acceptance testing
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| sft-core-1.10.pom | |
| sft-core-1.10.jar | 154 KB |
| sft-core-1.10-tests.jar | 180 KB |
| sft-core-1.10-sources.jar | 119 KB |
| sft-core-1.10-javadoc.jar | 353 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.slezier/sft-core/ -->
<dependency>
<groupId>com.github.slezier</groupId>
<artifactId>sft-core</artifactId>
<version>1.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.slezier/sft-core/
implementation 'com.github.slezier:sft-core:1.10'
// https://jarcasting.com/artifacts/com.github.slezier/sft-core/
implementation ("com.github.slezier:sft-core:1.10")
'com.github.slezier:sft-core:jar:1.10'
<dependency org="com.github.slezier" name="sft-core" rev="1.10">
<artifact name="sft-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.slezier', module='sft-core', version='1.10')
)
libraryDependencies += "com.github.slezier" % "sft-core" % "1.10"
[com.github.slezier/sft-core "1.10"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.javaparser : javaparser | jar | 1.0.10 |
| org.jsoup : jsoup | jar | 1.7.2 |
| junit : junit | jar | 4.11 |
| Group / Artifact | Type | Version |
|---|---|---|
| net.sourceforge.cssparser : cssparser | jar | 0.9.10 |
| org.easymock : easymock | jar | 3.1 |
| org.powermock : powermock-module-junit4 | jar | 1.5 |
| org.powermock : powermock-api-easymock | jar | 1.5 |