| License |
License |
|---|---|
| GroupId | GroupIdcom.github.pheymann |
| ArtifactId | ArtifactIdmockitjavaapi |
| Last Version | Last Version0.2.0-beta |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMockit-Java-API
MockIt-Java-API is the Java interface for MockIt.
MockIt is a mock-up framework to simulate the behaviour and protocols of
remote clients and services without actually implementing them and keep the
characteristics of a distributed environment.
|
| Filename | Size |
|---|---|
| mockitjavaapi-0.2.0-beta.pom | |
| mockitjavaapi-0.2.0-beta.jar | 22 KB |
| mockitjavaapi-0.2.0-beta-sources.jar | 11 KB |
| mockitjavaapi-0.2.0-beta-javadoc.jar | 126 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.pheymann/mockitjavaapi/ -->
<dependency>
<groupId>com.github.pheymann</groupId>
<artifactId>mockitjavaapi</artifactId>
<version>0.2.0-beta</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pheymann/mockitjavaapi/
implementation 'com.github.pheymann:mockitjavaapi:0.2.0-beta'
// https://jarcasting.com/artifacts/com.github.pheymann/mockitjavaapi/
implementation ("com.github.pheymann:mockitjavaapi:0.2.0-beta")
'com.github.pheymann:mockitjavaapi:jar:0.2.0-beta'
<dependency org="com.github.pheymann" name="mockitjavaapi" rev="0.2.0-beta">
<artifact name="mockitjavaapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pheymann', module='mockitjavaapi', version='0.2.0-beta')
)
libraryDependencies += "com.github.pheymann" % "mockitjavaapi" % "0.2.0-beta"
[com.github.pheymann/mockitjavaapi "0.2.0-beta"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.pheymann : mockit_2.11 | jar | 0.2.0-beta |
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.1.2 |
| junit : junit | jar | 4.12 |