| License |
License |
|---|---|
| GroupId | GroupIdno.saua.remock |
| ArtifactId | ArtifactIdremock |
| Version | Version2.0.0 |
| Type | Typejar |
| Description |
DescriptionRemock
Remock is a library for mocking up Spring beans with Mockito
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| remock-2.0.0.pom | |
| remock-2.0.0.jar | 35 KB |
| remock-2.0.0-sources.jar | 19 KB |
| remock-2.0.0-javadoc.jar | 122 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/no.saua.remock/remock/ -->
<dependency>
<groupId>no.saua.remock</groupId>
<artifactId>remock</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/no.saua.remock/remock/
implementation 'no.saua.remock:remock:2.0.0'
// https://jarcasting.com/artifacts/no.saua.remock/remock/
implementation ("no.saua.remock:remock:2.0.0")
'no.saua.remock:remock:jar:2.0.0'
<dependency org="no.saua.remock" name="remock" rev="2.0.0">
<artifact name="remock" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.saua.remock', module='remock', version='2.0.0')
)
libraryDependencies += "no.saua.remock" % "remock" % "2.0.0"
[no.saua.remock/remock "2.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.mockito : mockito-core | jar | 4.4.0 |
| org.springframework : spring-test | jar | 5.0.0.RELEASE |
| org.springframework : spring-context | jar | 5.0.0.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.7 |
| javax.inject : javax.inject | jar | 1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| com.google.truth : truth | jar | 1.1.3 |
| org.apache.logging.log4j : log4j-api | jar | 2.1 |
| org.apache.logging.log4j : log4j-core | jar | 2.1 |
| org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.1 |
| org.slf4j : jcl-over-slf4j | jar | 1.7.10 |
| org.springframework : spring-webmvc | jar | 5.0.0.RELEASE |
| javax.servlet : javax.servlet-api | jar | 3.1.0 |