MVN

us.ihmc : ihmc-robot-description

Maven & Gradle

Mar 21, 2023
10 usages

ihmc-robot-description · IHMC Robot Description

<dependency>
    <groupId>us.ihmc</groupId>
    <artifactId>ihmc-robot-description</artifactId>
    <version>0.21.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of us.ihmc : ihmc-robot-description to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.21.8

All Versions

Choose a version of us.ihmc : ihmc-robot-description to add to Maven or Gradle - All Versions:

  • Version Updated
  • ihmc-robot-description-0.21.8

    Mar 21, 2023
  • ihmc-robot-description-0.21.7

    Mar 08, 2023
  • ihmc-robot-description-0.21.6

    Sep 09, 2022
  • ihmc-robot-description-0.21.5

    Jul 01, 2022
  • ihmc-robot-description-0.21.4

    Jun 06, 2022
  • ihmc-robot-description-0.21.3

    Nov 17, 2021
  • ihmc-robot-description-0.21.2

    Apr 19, 2021

How to add a dependency to Maven

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

<dependency>
    <groupId>us.ihmc</groupId>
    <artifactId>ihmc-robot-description</artifactId>
    <version>0.21.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following us.ihmc : ihmc-robot-description gradle dependency to your build.gradle file:

implementation 'us.ihmc:ihmc-robot-description:0.21.8'

Gradle Kotlin DSL: Add the following us.ihmc : ihmc-robot-description gradle kotlin dependency to your build.gradle.kts file:

implementation("us.ihmc:ihmc-robot-description:0.21.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following us.ihmc : ihmc-robot-description sbt scala dependency to your build.sbt file:

libraryDependencies += "us.ihmc" % "ihmc-robot-description" % "0.21.8"