GrooBe

GrooBe allows you to use should-be assertions on Groovy unit tests.

License

License

BSD
GroupId

GroupId

com.github.tanob
ArtifactId

ArtifactId

groobe
Last Version

Last Version

1.2
Release Date

Release Date

Type

Type

jar
Description

Description

GrooBe
GrooBe allows you to use should-be assertions on Groovy unit tests.
Project URL

Project URL

http://github.com/tanob/GrooBe

Download groobe

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.tanob/groobe/ -->
<dependency>
    <groupId>com.github.tanob</groupId>
    <artifactId>groobe</artifactId>
    <version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tanob/groobe/
implementation 'com.github.tanob:groobe:1.2'
// https://jarcasting.com/artifacts/com.github.tanob/groobe/
implementation ("com.github.tanob:groobe:1.2")
'com.github.tanob:groobe:jar:1.2'
<dependency org="com.github.tanob" name="groobe" rev="1.2">
  <artifact name="groobe" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tanob', module='groobe', version='1.2')
)
libraryDependencies += "com.github.tanob" % "groobe" % "1.2"
[com.github.tanob/groobe "1.2"]

Dependencies

compile (2)

Group / Artifact Type Version
org.codehaus.groovy : groovy-all jar 1.7.5
org.hamcrest : hamcrest-all jar 1.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.2
1.1
1.0