MVN

org.yamcs : simulation

Maven & Gradle

Apr 25, 2020
122 stars

Yamcs :: Example Simulation · All-in-one configuration example using an embedded simulator

<dependency>
    <groupId>org.yamcs</groupId>
    <artifactId>simulation</artifactId>
    <version>4.10.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.yamcs : simulation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.10.9

All Versions

Choose a version of org.yamcs : simulation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.10.x
simulation-4.10.9
simulation-4.10.8
simulation-4.10.7
simulation-4.10.6
simulation-4.10.5
simulation-4.10.4
simulation-4.10.3

How to add a dependency to Maven

Add the following org.yamcs : simulation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.yamcs</groupId>
    <artifactId>simulation</artifactId>
    <version>4.10.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.yamcs : simulation gradle dependency to your build.gradle file:

implementation 'org.yamcs:simulation:4.10.9'

Gradle Kotlin DSL: Add the following org.yamcs : simulation gradle kotlin dependency to your build.gradle.kts file:

implementation("org.yamcs:simulation:4.10.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.yamcs : simulation sbt scala dependency to your build.sbt file:

libraryDependencies += "org.yamcs" % "simulation" % "4.10.9"