MVN

org.jbox2d : jbox2d-library

Maven & Gradle

Apr 09, 2013
13 usages

jbox2d-library · A 2D java physics engine, a port of the C++ Box2d engine. This is the core physics engine.

<dependency>
    <groupId>org.jbox2d</groupId>
    <artifactId>jbox2d-library</artifactId>
    <version>2.2.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jbox2d : jbox2d-library to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.1.1

All Versions

Choose a version of org.jbox2d : jbox2d-library to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
jbox2d-library-2.2.1.1
2.1.x
jbox2d-library-2.1.2.3
jbox2d-library-2.1.2.2
jbox2d-library-2.1.2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.jbox2d</groupId>
    <artifactId>jbox2d-library</artifactId>
    <version>2.2.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jbox2d : jbox2d-library gradle dependency to your build.gradle file:

implementation 'org.jbox2d:jbox2d-library:2.2.1.1'

Gradle Kotlin DSL: Add the following org.jbox2d : jbox2d-library gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jbox2d:jbox2d-library:2.2.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jbox2d : jbox2d-library sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jbox2d" % "jbox2d-library" % "2.2.1.1"

Advertisement