MVN

us.ihmc : scs2-bullet-simulation-debug

Maven & Gradle

Aug 24, 2023
11 stars

scs2-bullet-simulation-debug · SCS2 Bullet Simulation

<dependency>
    <groupId>us.ihmc</groupId>
    <artifactId>scs2-bullet-simulation-debug</artifactId>
    <version>17-0.16.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of us.ihmc : scs2-bullet-simulation-debug to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 17-0.16.2
  • Latest Alpha: 17-0.15.0-alpha1

All Versions

Choose a version of us.ihmc : scs2-bullet-simulation-debug to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
17
scs2-bullet-simulation-debug-17-0.16.2
scs2-bullet-simulation-debug-17-0.16.1
scs2-bullet-simulation-debug-17-0.16.0
scs2-bullet-simulation-debug-17-0.15.3
scs2-bullet-simulation-debug-17-0.15.2
scs2-bullet-simulation-debug-17-0.15.1
scs2-bullet-simulation-debug-17-0.15.0
scs2-bullet-simulation-debug-17-0.14.7
scs2-bullet-simulation-debug-17-0.14.6
scs2-bullet-simulation-debug-17-0.14.5
scs2-bullet-simulation-debug-17-0.14.4
scs2-bullet-simulation-debug-17-0.14.3
scs2-bullet-simulation-debug-17-0.15.0-alpha1
scs2-bullet-simulation-debug-17-0.15.0-alpha0
scs2-bullet-simulation-debug-17-0.14.2
scs2-bullet-simulation-debug-17-0.15.0-alpha
scs2-bullet-simulation-debug-17-0.14.1
scs2-bullet-simulation-debug-17-0.14.0
scs2-bullet-simulation-debug-17-0.13.2
scs2-bullet-simulation-debug-17-0.13.1
scs2-bullet-simulation-debug-17-0.13.0
scs2-bullet-simulation-debug-17-0.12.4
scs2-bullet-simulation-debug-17-0.12.3
scs2-bullet-simulation-debug-17-0.12.2
scs2-bullet-simulation-debug-17-0.12.1
scs2-bullet-simulation-debug-17-0.12.0
scs2-bullet-simulation-debug-17-0.11.1
scs2-bullet-simulation-debug-17-0.11.0
scs2-bullet-simulation-debug-17-0.10.3
scs2-bullet-simulation-debug-17-0.10.2
scs2-bullet-simulation-debug-17-0.10.1
scs2-bullet-simulation-debug-17-0.10.0
scs2-bullet-simulation-debug-17-0.9.6
scs2-bullet-simulation-debug-17-0.9.5
scs2-bullet-simulation-debug-17-0.9.4
scs2-bullet-simulation-debug-17-0.9.3
scs2-bullet-simulation-debug-17-0.9.2
scs2-bullet-simulation-debug-17-0.9.1
scs2-bullet-simulation-debug-17-0.9.0

How to add a dependency to Maven

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

<dependency>
    <groupId>us.ihmc</groupId>
    <artifactId>scs2-bullet-simulation-debug</artifactId>
    <version>17-0.16.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following us.ihmc : scs2-bullet-simulation-debug gradle dependency to your build.gradle file:

implementation 'us.ihmc:scs2-bullet-simulation-debug:17-0.16.2'

Gradle Kotlin DSL: Add the following us.ihmc : scs2-bullet-simulation-debug gradle kotlin dependency to your build.gradle.kts file:

implementation("us.ihmc:scs2-bullet-simulation-debug:17-0.16.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following us.ihmc : scs2-bullet-simulation-debug sbt scala dependency to your build.sbt file:

libraryDependencies += "us.ihmc" % "scs2-bullet-simulation-debug" % "17-0.16.2"

Advertisement