| License |
License |
|---|---|
| GroupId | GroupIdcom.github.slezier |
| ArtifactId | ArtifactIdsft-main |
| Version | Version1.10 |
| Type | Typepom |
| Description |
DescriptionSimple Functional Test: main pom
A simple way to communicates your test with a non-developper
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| sft-main-1.10.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.slezier/sft-main/ -->
<dependency>
<groupId>com.github.slezier</groupId>
<artifactId>sft-main</artifactId>
<version>1.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.slezier/sft-main/
implementation 'com.github.slezier:sft-main:1.10'
// https://jarcasting.com/artifacts/com.github.slezier/sft-main/
implementation ("com.github.slezier:sft-main:1.10")
'com.github.slezier:sft-main:pom:1.10'
<dependency org="com.github.slezier" name="sft-main" rev="1.10">
<artifact name="sft-main" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.slezier', module='sft-main', version='1.10')
)
libraryDependencies += "com.github.slezier" % "sft-main" % "1.10"
[com.github.slezier/sft-main "1.10"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.easymock : easymock | jar | 3.1 |
| org.powermock : powermock-module-junit4 | jar | 1.5 |
| org.powermock : powermock-api-easymock | jar | 1.5 |