Last Version

springmock-infrastructure 3.1.0

Infrastructure for registering mocks and spies inside spring context

License

License

MIT
GroupId

GroupId

com.pchudzik.springmock
ArtifactId

ArtifactId

springmock-infrastructure
Version

Version

3.1.0
Type

Type

jar
Description

Description

springmock-infrastructure
Infrastructure for registering mocks and spies inside spring context

Download springmock-infrastructure 3.1.0


<!-- https://jarcasting.com/artifacts/com.pchudzik.springmock/springmock-infrastructure/ -->
<dependency>
    <groupId>com.pchudzik.springmock</groupId>
    <artifactId>springmock-infrastructure</artifactId>
    <version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.pchudzik.springmock/springmock-infrastructure/
implementation 'com.pchudzik.springmock:springmock-infrastructure:3.1.0'
// https://jarcasting.com/artifacts/com.pchudzik.springmock/springmock-infrastructure/
implementation ("com.pchudzik.springmock:springmock-infrastructure:3.1.0")
'com.pchudzik.springmock:springmock-infrastructure:jar:3.1.0'
<dependency org="com.pchudzik.springmock" name="springmock-infrastructure" rev="3.1.0">
  <artifact name="springmock-infrastructure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pchudzik.springmock', module='springmock-infrastructure', version='3.1.0')
)
libraryDependencies += "com.pchudzik.springmock" % "springmock-infrastructure" % "3.1.0"
[com.pchudzik.springmock/springmock-infrastructure "3.1.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.6
com.google.code.findbugs : jsr305 jar 3.0.2

provided (3)

Group / Artifact Type Version
org.springframework : spring-context jar 4.3.18.RELEASE
org.springframework : spring-test jar 4.3.18.RELEASE
org.mockito : mockito-core jar 1.10.5

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
pl.pragmatists : JUnitParams jar 1.1.1
org.hamcrest : hamcrest-all jar 1.3

Project Modules

There are no modules declared in this project.