io.github.henryssondaniel.teacup:engine

Testing Framework for Communication Protocols and Web Services

License

License

GroupId

GroupId

io.github.henryssondaniel.teacup
ArtifactId

ArtifactId

engine
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

io.github.henryssondaniel.teacup:engine
Testing Framework for Communication Protocols and Web Services
Project URL

Project URL

https://github.com/HenryssonDaniel/teacup-java-engine
Source Code Management

Source Code Management

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

Download engine

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
io.github.henryssondaniel.teacup : core jar 1.2.0
io.github.henryssondaniel.teacup : protocol jar 1.0.0

Project Modules

There are no modules declared in this project.

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.

Versions

Version
1.0.1
1.0.0