License |
License |
---|---|
GroupId | GroupIdcom.github.starnowski.bmunit.extension |
ArtifactId | ArtifactIdutils |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThe 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.
|
Filename | Size |
---|---|
utils-1.1.1.pom | |
utils-1.1.1.jar | 4 KB |
utils-1.1.1-sources.jar | 5 KB |
utils-1.1.1-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.starnowski.bmunit.extension/utils/ -->
<dependency>
<groupId>com.github.starnowski.bmunit.extension</groupId>
<artifactId>utils</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.starnowski.bmunit.extension/utils/
implementation 'com.github.starnowski.bmunit.extension:utils:1.1.1'
// https://jarcasting.com/artifacts/com.github.starnowski.bmunit.extension/utils/
implementation ("com.github.starnowski.bmunit.extension:utils:1.1.1")
'com.github.starnowski.bmunit.extension:utils:jar:1.1.1'
<dependency org="com.github.starnowski.bmunit.extension" name="utils" rev="1.1.1">
<artifact name="utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.starnowski.bmunit.extension', module='utils', version='1.1.1')
)
libraryDependencies += "com.github.starnowski.bmunit.extension" % "utils" % "1.1.1"
[com.github.starnowski.bmunit.extension/utils "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jboss.byteman : byteman Optional | jar | ${org.jboss.byteman.version} |
org.jboss.byteman : byteman-submit Optional | jar | ${org.jboss.byteman.version} |
org.jboss.byteman : byteman-install Optional | jar | ${org.jboss.byteman.version} |
Group / Artifact | Type | Version |
---|---|---|
org.spockframework : spock-core | jar | 1.1-groovy-2.4 |