jbox2d

JBox2D is a 2d Java physics engine, a port of the C++ Box2d engine. This is the parent pom for the library and testbed modules.

License

License

Categories

Categories

JBox2D Business Logic Libraries Game Development
GroupId

GroupId

org.jbox2d
ArtifactId

ArtifactId

jbox2d
Last Version

Last Version

2.2.1.1
Release Date

Release Date

Type

Type

pom
Description

Description

jbox2d
JBox2D is a 2d Java physics engine, a port of the C++ Box2d engine. This is the parent pom for the library and testbed modules.

Download jbox2d

Filename Size
jbox2d-2.2.1.1.pom 4 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/org.jbox2d/jbox2d/ -->
<dependency>
    <groupId>org.jbox2d</groupId>
    <artifactId>jbox2d</artifactId>
    <version>2.2.1.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jbox2d/jbox2d/
implementation 'org.jbox2d:jbox2d:2.2.1.1'
// https://jarcasting.com/artifacts/org.jbox2d/jbox2d/
implementation ("org.jbox2d:jbox2d:2.2.1.1")
'org.jbox2d:jbox2d:pom:2.2.1.1'
<dependency org="org.jbox2d" name="jbox2d" rev="2.2.1.1">
  <artifact name="jbox2d" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jbox2d', module='jbox2d', version='2.2.1.1')
)
libraryDependencies += "org.jbox2d" % "jbox2d" % "2.2.1.1"
[org.jbox2d/jbox2d "2.2.1.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • jbox2d-library
  • jbox2d-serialization
  • jbox2d-testbed
  • jbox2d-testbed-jogl

Versions

Version
2.2.1.1
2.1.2.3
2.1.2.2
2.1.2.0