springmock-parent-pom

Parent pom for springmock

License

License

MIT
GroupId

GroupId

com.pchudzik.springmock
ArtifactId

ArtifactId

springmock-core
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

pom
Description

Description

springmock-parent-pom
Parent pom for springmock
Project URL

Project URL

https://github.com/pchudzik/springmock
Source Code Management

Source Code Management

https://github.com/pchudzik/springmock

Download springmock-core

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • infrastructure
  • mockito
  • spock

Versions

Version
1.2.0
1.1.2
1.1.1
1.1.0
1.0.0