License |
License |
---|---|
Categories |
CategoriesJBox2D Business Logic Libraries Game Development |
GroupId | GroupIdorg.jbox2d |
ArtifactId | ArtifactIdjbox2d-library |
Last Version | Last Version2.2.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjbox2d-library
A 2D java physics engine, a port of the C++ Box2d engine. This is the core physics engine.
|
Filename | Size |
---|---|
jbox2d-library-2.2.1.1.pom | |
jbox2d-library-2.2.1.1.jar | 224 KB |
jbox2d-library-2.2.1.1-sources.jar | 236 KB |
jbox2d-library-2.2.1.1-javadoc.jar | 704 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jbox2d/jbox2d-library/ -->
<dependency>
<groupId>org.jbox2d</groupId>
<artifactId>jbox2d-library</artifactId>
<version>2.2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jbox2d/jbox2d-library/
implementation 'org.jbox2d:jbox2d-library:2.2.1.1'
// https://jarcasting.com/artifacts/org.jbox2d/jbox2d-library/
implementation ("org.jbox2d:jbox2d-library:2.2.1.1")
'org.jbox2d:jbox2d-library:jar:2.2.1.1'
<dependency org="org.jbox2d" name="jbox2d-library" rev="2.2.1.1">
<artifact name="jbox2d-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jbox2d', module='jbox2d-library', version='2.2.1.1')
)
libraryDependencies += "org.jbox2d" % "jbox2d-library" % "2.2.1.1"
[org.jbox2d/jbox2d-library "2.2.1.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |