| License |
License |
|---|---|
| GroupId | GroupIdcom.github.signed.pockuito |
| ArtifactId | ArtifactIdpockuito |
| Last Version | Last Version0.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionpockuito
pockuito is a set of small extensions to mockito
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| pockuito-0.2.0.pom | |
| pockuito-0.2.0.jar | 3 KB |
| pockuito-0.2.0-sources.jar | 2 KB |
| pockuito-0.2.0-javadoc.jar | 40 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.signed.pockuito/pockuito/ -->
<dependency>
<groupId>com.github.signed.pockuito</groupId>
<artifactId>pockuito</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.signed.pockuito/pockuito/
implementation 'com.github.signed.pockuito:pockuito:0.2.0'
// https://jarcasting.com/artifacts/com.github.signed.pockuito/pockuito/
implementation ("com.github.signed.pockuito:pockuito:0.2.0")
'com.github.signed.pockuito:pockuito:jar:0.2.0'
<dependency org="com.github.signed.pockuito" name="pockuito" rev="0.2.0">
<artifact name="pockuito" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.signed.pockuito', module='pockuito', version='0.2.0')
)
libraryDependencies += "com.github.signed.pockuito" % "pockuito" % "0.2.0"
[com.github.signed.pockuito/pockuito "0.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.mockito : mockito-core | jar | 1.9.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| info.cukes : cucumber-junit | jar | 1.1.1 |
| info.cukes : cucumber-java | jar | 1.1.1 |
| junit : junit-dep | jar | 4.10 |