Installation

Dependencies

The Embedded HTTP API Simulator is distributed as self-contained JAR. It has no external dependencies. It will use the logging framework you are using or fallback to JUL (java.util.logging).

Installation

We are planning to upload the Embedded API Simulator JAR to Maven Central. Until then, this is a way to add the Embedded API Simulator as a dependency in a maven-managed project:

---
<dependency>
  <groupId>com.apisimulator</groupId>
  <artifactId>apisimulator-http-embedded</artifactId>
  <version>1.8</version>
</dependency>
---

…​and add the following repository in project’s pom.xml:

<repository>
   <id>apisimulator-github-repo</id>
   <url>https://github.com/apimastery/APISimulator/raw/maven-repository</url>
</repository>

It is always an option to download the single JAR and add it to the classpath of your application.

In any case, a recommendation to speed up builds is to place the JAR in a repository like Nexus or Artifactory.


We would love to hear your feedback! Shoot us an email to [feedback at APISimulator.com] about anything that is on your mind.

Happy API Simulating!