License |
License |
---|---|
GroupId | GroupIdcom.github.starnowski.bmunit.extension |
ArtifactId | ArtifactIdparent |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionbmunit-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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
parent-1.1.1.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.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.starnowski.bmunit.extension/parent/
implementation 'com.github.starnowski.bmunit.extension:parent:1.1.1'
// https://jarcasting.com/artifacts/com.github.starnowski.bmunit.extension/parent/
implementation ("com.github.starnowski.bmunit.extension:parent:1.1.1")
'com.github.starnowski.bmunit.extension:parent:pom:1.1.1'
<dependency org="com.github.starnowski.bmunit.extension" name="parent" rev="1.1.1">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.starnowski.bmunit.extension', module='parent', version='1.1.1')
)
libraryDependencies += "com.github.starnowski.bmunit.extension" % "parent" % "1.1.1"
[com.github.starnowski.bmunit.extension/parent "1.1.1"]