Cherry JVM Framework
A Syntactical Sugar project implementing the Mission pattern.
Full Documentation can be found at: http://cherryframe.work and Cherry book
A fluent API framework...
- Developers: Kostas Mamalis
Powered by: NTT DATA
| License | License | 
|---|---|
| GroupId | GroupIdio.magentys | 
| ArtifactId | ArtifactIdcherry | 
| Last Version | Last Version1.0.7 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptioncherry A syntactical sugar project for BDD oriented tests | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| cherry-1.0.7.pom | |
| cherry-1.0.7.jar | 14 KB | 
| cherry-1.0.7-sources.jar | 7 KB | 
| cherry-1.0.7-javadoc.jar | 115 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.magentys/cherry/ -->
<dependency>
    <groupId>io.magentys</groupId>
    <artifactId>cherry</artifactId>
    <version>1.0.7</version>
</dependency>// https://jarcasting.com/artifacts/io.magentys/cherry/
implementation 'io.magentys:cherry:1.0.7'// https://jarcasting.com/artifacts/io.magentys/cherry/
implementation ("io.magentys:cherry:1.0.7")'io.magentys:cherry:jar:1.0.7'<dependency org="io.magentys" name="cherry" rev="1.0.7">
  <artifact name="cherry" type="jar" />
</dependency>@Grapes(
@Grab(group='io.magentys', module='cherry', version='1.0.7')
)libraryDependencies += "io.magentys" % "cherry" % "1.0.7"[io.magentys/cherry "1.0.7"]| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 | 
| joda-time : joda-time | jar | 2.9.3 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.mockito : mockito-core | jar | 2.0.49-beta | 
A Syntactical Sugar project implementing the Mission pattern.
Full Documentation can be found at: http://cherryframe.work and Cherry book
A fluent API framework...
Powered by: NTT DATA