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.
License |
License |
---|---|
GroupId | GroupIdio.github.henryssondaniel.teacup |
ArtifactId | ArtifactIdengine |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionio.github.henryssondaniel.teacup:engine
Testing Framework for Communication Protocols and Web Services
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
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 |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
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.