Remock

Remock is a library for mocking up Spring beans with Mockito

License

License

GroupId

GroupId

no.saua.remock
ArtifactId

ArtifactId

remock
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Remock
Remock is a library for mocking up Spring beans with Mockito
Project URL

Project URL

http://github.com/ksaua/remock

Download remock

How to add to project

<!-- 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"]

Dependencies

compile (3)

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

runtime (2)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.7
javax.inject : javax.inject jar 1

test (8)

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

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.0
1.1.0
1.0.0
0.6.1
0.6.0
0.5.1
0.5.0
0.4.0
0.3.1
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0