MVN

us.ihmc : ihmc-swing-plotting-test

Maven & Gradle

Aug 16, 2023
0 stars

ihmc-swing-plotting-test · IHMC Swing Plotting

<dependency>
    <groupId>us.ihmc</groupId>
    <artifactId>ihmc-swing-plotting-test</artifactId>
    <version>0.20.05</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of us.ihmc : ihmc-swing-plotting-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.20.05

All Versions

Choose a version of us.ihmc : ihmc-swing-plotting-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.20.x
ihmc-swing-plotting-test-0.20.05
ihmc-swing-plotting-test-0.20.04
ihmc-swing-plotting-test-0.20.03
ihmc-swing-plotting-test-0.20.02
0.19.x
ihmc-swing-plotting-test-0.19.11
ihmc-swing-plotting-test-0.19.10
ihmc-swing-plotting-test-0.19.9
ihmc-swing-plotting-test-0.19.7
ihmc-swing-plotting-test-0.19.6
ihmc-swing-plotting-test-0.19.5
ihmc-swing-plotting-test-0.19.4
ihmc-swing-plotting-test-0.19.3

How to add a dependency to Maven

Add the following us.ihmc : ihmc-swing-plotting-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>us.ihmc</groupId>
    <artifactId>ihmc-swing-plotting-test</artifactId>
    <version>0.20.05</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following us.ihmc : ihmc-swing-plotting-test gradle dependency to your build.gradle file:

implementation 'us.ihmc:ihmc-swing-plotting-test:0.20.05'

Gradle Kotlin DSL: Add the following us.ihmc : ihmc-swing-plotting-test gradle kotlin dependency to your build.gradle.kts file:

implementation("us.ihmc:ihmc-swing-plotting-test:0.20.05")

How to add a dependency to SBT Scala

SBT Scala: Add the following us.ihmc : ihmc-swing-plotting-test sbt scala dependency to your build.sbt file:

libraryDependencies += "us.ihmc" % "ihmc-swing-plotting-test" % "0.20.05"

Advertisement