MVN

org.jsmart : micro-simulator

Maven & Gradle

Dec 20, 2017
6 usages
1 stars

Micro Services Simulator · Simulates RESTFUL End Points for Micro Services.

<dependency>
    <groupId>org.jsmart</groupId>
    <artifactId>micro-simulator</artifactId>
    <version>1.1.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jsmart : micro-simulator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.10

All Versions

Choose a version of org.jsmart : micro-simulator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
micro-simulator-1.1.10
micro-simulator-1.1.9
micro-simulator-1.1.8
micro-simulator-1.1.7
micro-simulator-1.1.6
micro-simulator-1.1.5
micro-simulator-1.1.4

How to add a dependency to Maven

Add the following org.jsmart : micro-simulator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jsmart</groupId>
    <artifactId>micro-simulator</artifactId>
    <version>1.1.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jsmart : micro-simulator gradle dependency to your build.gradle file:

implementation 'org.jsmart:micro-simulator:1.1.10'

Gradle Kotlin DSL: Add the following org.jsmart : micro-simulator gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jsmart:micro-simulator:1.1.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jsmart : micro-simulator sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jsmart" % "micro-simulator" % "1.1.10"

Advertisement