is not current version
Last Version 1.1.1

bmunit-extension 1.0.3

The BMUnit-extension is a project which extends the BMUnit library with integration with JUnit library with version 4 and 5. It also allows using the BMUnit library with Spock framework.

License

License

GroupId

GroupId

com.github.starnowski.bmunit.extension
ArtifactId

ArtifactId

parent
Version

Version

1.0.3
Type

Type

pom
Description

Description

bmunit-extension
The BMUnit-extension is a project which extends the BMUnit library with integration with JUnit library with version 4 and 5. It also allows using the BMUnit library with Spock framework.
Project URL

Project URL

https://github.com/starnowski/bmunit-extension
Source Code Management

Source Code Management

https://github.com/starnowski/bmunit-extension

Download parent 1.0.3

Filename Size
parent-1.0.3.pom 9 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.starnowski.bmunit.extension/parent/ -->
<dependency>
    <groupId>com.github.starnowski.bmunit.extension</groupId>
    <artifactId>parent</artifactId>
    <version>1.0.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.starnowski.bmunit.extension/parent/
implementation 'com.github.starnowski.bmunit.extension:parent:1.0.3'
// https://jarcasting.com/artifacts/com.github.starnowski.bmunit.extension/parent/
implementation ("com.github.starnowski.bmunit.extension:parent:1.0.3")
'com.github.starnowski.bmunit.extension:parent:pom:1.0.3'
<dependency org="com.github.starnowski.bmunit.extension" name="parent" rev="1.0.3">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.starnowski.bmunit.extension', module='parent', version='1.0.3')
)
libraryDependencies += "com.github.starnowski.bmunit.extension" % "parent" % "1.0.3"
[com.github.starnowski.bmunit.extension/parent "1.0.3"]

Dependencies

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

Project Modules

  • junit4-rule
  • utils
  • junit4-rule-demo
  • junit4-rule-utils-demo
  • junit4-spock-spring-demo