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
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.magentys |
| Идентификатор | Идентификаторcherry |
| Последняя версия | Последняя версия1.0.7 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеcherry
A syntactical sugar project for BDD oriented tests
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| joda-time : joda-time | jar | 2.9.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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