MVN

org.opentcs : opentcs-impl-configuration-gestalt

Maven & Gradle

Feb 22, 2024
282 stars

openTCS-Impl-Configuration-gestalt · openTCS-Impl-Configuration-gestalt

<dependency>
    <groupId>org.opentcs</groupId>
    <artifactId>opentcs-impl-configuration-gestalt</artifactId>
    <version>5.13.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opentcs : opentcs-impl-configuration-gestalt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.13.0

All Versions

Choose a version of org.opentcs : opentcs-impl-configuration-gestalt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.13.x
opentcs-impl-configuration-gestalt-5.13.0

How to add a dependency to Maven

Add the following org.opentcs : opentcs-impl-configuration-gestalt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.opentcs</groupId>
    <artifactId>opentcs-impl-configuration-gestalt</artifactId>
    <version>5.13.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opentcs : opentcs-impl-configuration-gestalt gradle dependency to your build.gradle file:

implementation 'org.opentcs:opentcs-impl-configuration-gestalt:5.13.0'

Gradle Kotlin DSL: Add the following org.opentcs : opentcs-impl-configuration-gestalt gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opentcs:opentcs-impl-configuration-gestalt:5.13.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opentcs : opentcs-impl-configuration-gestalt sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opentcs" % "opentcs-impl-configuration-gestalt" % "5.13.0"