License |
License |
---|---|
GroupId | GroupIdcom.github.pheymann |
ArtifactId | ArtifactIdmockit_2.11 |
Version | Version0.2.0-beta |
Type | Typejar |
Description |
Descriptionmockit
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.
|
Project Organization |
Project Organizationcom.github.pheymann |
Filename | Size |
---|---|
mockit_2.11-0.2.0-beta.pom | |
mockit_2.11-0.2.0-beta.jar | 411 KB |
mockit_2.11-0.2.0-beta-sources.jar | 411 KB |
mockit_2.11-0.2.0-beta-javadoc.jar | 411 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pheymann/mockit_2.11/ -->
<dependency>
<groupId>com.github.pheymann</groupId>
<artifactId>mockit_2.11</artifactId>
<version>0.2.0-beta</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pheymann/mockit_2.11/
implementation 'com.github.pheymann:mockit_2.11:0.2.0-beta'
// https://jarcasting.com/artifacts/com.github.pheymann/mockit_2.11/
implementation ("com.github.pheymann:mockit_2.11:0.2.0-beta")
'com.github.pheymann:mockit_2.11:jar:0.2.0-beta'
<dependency org="com.github.pheymann" name="mockit_2.11" rev="0.2.0-beta">
<artifact name="mockit_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pheymann', module='mockit_2.11', version='0.2.0-beta')
)
libraryDependencies += "com.github.pheymann" % "mockit_2.11" % "0.2.0-beta"
[com.github.pheymann/mockit_2.11 "0.2.0-beta"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.11.7 |
org.apache.commons : commons-lang3 | jar | 3.4 |
commons-io : commons-io | jar | 2.4 |
org.reflections : reflections | jar | 0.9.10 |
org.scala-lang : scala-reflect | jar | 2.11.7 |
org.scala-lang.modules : scala-xml_2.11 | jar | 1.0.4 |
com.typesafe.scala-logging : scala-logging_2.11 | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.1.2 |
org.scalatest : scalatest_2.11 | jar | 2.2.5 |