User Guide
What
Parent project for all engine implementations.
This project contains engine specific interfaces and base classes.
Why
It should be easy to add support for a new engines.
How
By extracting repeated code as much as possible.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.henryssondaniel.teacup |
| Идентификатор | Идентификаторengine |
| Последняя версия | Последняя версия1.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеio.github.henryssondaniel.teacup:engine
Testing Framework for Communication Protocols and Web Services
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| engine-1.0.1.pom | |
| engine-1.0.1.jar | 8 KB |
| engine-1.0.1-sources.jar | 6 KB |
| engine-1.0.1-javadoc.jar | 409 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.henryssondaniel.teacup/engine/ -->
<dependency>
<groupId>io.github.henryssondaniel.teacup</groupId>
<artifactId>engine</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.henryssondaniel.teacup/engine/
implementation 'io.github.henryssondaniel.teacup:engine:1.0.1'
// https://jarcasting.com/artifacts/io.github.henryssondaniel.teacup/engine/
implementation ("io.github.henryssondaniel.teacup:engine:1.0.1")
'io.github.henryssondaniel.teacup:engine:jar:1.0.1'
<dependency org="io.github.henryssondaniel.teacup" name="engine" rev="1.0.1">
<artifact name="engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.henryssondaniel.teacup', module='engine', version='1.0.1')
)
libraryDependencies += "io.github.henryssondaniel.teacup" % "engine" % "1.0.1"
[io.github.henryssondaniel.teacup/engine "1.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.github.henryssondaniel.teacup : core | jar | 1.2.0 |
| io.github.henryssondaniel.teacup : protocol | jar | 1.0.0 |
Parent project for all engine implementations.
This project contains engine specific interfaces and base classes.
It should be easy to add support for a new engines.
By extracting repeated code as much as possible.