0

Why does the default playn skeleton project not include jbox2d? And how do I include it in the maven build? I do understand how to include it into my IDE, but I would like the maven build to include this dependency fromt he git go

placeybordeaux
  • 2,138
  • 1
  • 20
  • 42

1 Answers1

2

Not every game requires it.

For an example using it see: sample pom.xml

Gábor Bakos
  • 8,982
  • 52
  • 35
  • 52