| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing |
| GroupId | GroupIdio.magentys |
| ArtifactId | ArtifactIdcherry-junit |
| Last Version | Last Version0.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncherry-junit
A syntactical sugar project for BDD oriented tests
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| cherry-junit-0.0.1.pom | |
| cherry-junit-0.0.1.jar | 3 KB |
| cherry-junit-0.0.1-sources.jar | 883 bytes |
| cherry-junit-0.0.1-javadoc.jar | 22 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.magentys/cherry-junit/ -->
<dependency>
<groupId>io.magentys</groupId>
<artifactId>cherry-junit</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.magentys/cherry-junit/
implementation 'io.magentys:cherry-junit:0.0.1'
// https://jarcasting.com/artifacts/io.magentys/cherry-junit/
implementation ("io.magentys:cherry-junit:0.0.1")
'io.magentys:cherry-junit:jar:0.0.1'
<dependency org="io.magentys" name="cherry-junit" rev="0.0.1">
<artifact name="cherry-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.magentys', module='cherry-junit', version='0.0.1')
)
libraryDependencies += "io.magentys" % "cherry-junit" % "0.0.1"
[io.magentys/cherry-junit "0.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| io.magentys : cherry | jar | 0.0.8 |