stubby4j
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.azagniotov</groupId>
<artifactId>stubby4j</artifactId>
<version>7.6.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.azagniotov</groupId>
<artifactId>stubby4j</artifactId>
<version>7.6.1</version>
<name>stubby4j</name>
<description>A highly flexible and configurable tool for testing interactions of service-oriented (SoA) or/and micro-services architectures (REST, SOAP, WSDL etc.) over HTTP(s) protocol. It is an HTTP server for stubbing external systems in both Docker and non-containerized environments for integration, contract & behavior testing.</description>
<url>https://github.com/azagniotov/stubby4j</url>
<inceptionYear>2012</inceptionYear>
<licenses>
<license>
<name>MIT</name>
<url>https://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>azagniotov</id>
<name>Alexander Zagniotov</name>
<email>azagniotov@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:https://azagniotov@github.com/azagniotov/stubby4j.git</connection>
<developerConnection>scm:git://github.com/azagniotov/stubby4j.git</developerConnection>
<url>https://github.com/azagniotov/stubby4j</url>
</scm>
</project>