License |
License |
---|---|
GroupId | GroupIdcom.github.tanob |
ArtifactId | ArtifactIdgroobe |
Version | Version1.2 |
Type | Typejar |
Description |
DescriptionGrooBe
GrooBe allows you to use should-be assertions on Groovy unit tests.
|
Project URL |
Project URL |
Filename | Size |
---|---|
groobe-1.2.pom | |
groobe-1.2.jar | 96 KB |
groobe-1.2-sources.jar | 4 KB |
groobe-1.2-javadoc.jar | 38 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy-all | jar | 1.7.5 |
org.hamcrest : hamcrest-all | jar | 1.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |