is not current version
Last Version 1.2

com.github.tanob:groobe 1.0

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

GroupId

GroupId

com.github.tanob
ArtifactId

ArtifactId

groobe
Version

Version

1.0
Type

Type

jar

Download groobe 1.0


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