io.github.henryssondaniel.teacup:engine

Testing Framework for Communication Protocols and Web Services

Лицензия

Лицензия

Группа

Группа

io.github.henryssondaniel.teacup
Идентификатор

Идентификатор

engine
Последняя версия

Последняя версия

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

io.github.henryssondaniel.teacup:engine
Testing Framework for Communication Protocols and Web Services
Ссылка на сайт

Ссылка на сайт

https://github.com/HenryssonDaniel/teacup-java-engine
Система контроля версий

Система контроля версий

https://github.com/HenryssonDaniel/teacup-java-engine

Скачать engine

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
io.github.henryssondaniel.teacup : core jar 1.2.0
io.github.henryssondaniel.teacup : protocol jar 1.0.0

Модули Проекта

Данный проект не имеет модулей.

User Guide

Build Status Coverage latest release Maven Central Javadocs

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.

Версии библиотеки

Версия
1.0.1
1.0.0