License |
License |
---|---|
GroupId | GroupIdcom.github.starnowski.bmunit.extension |
ArtifactId | ArtifactIdparent |
Version | Version1.0.3 |
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.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"]