Skip to content

Instantly share code, notes, and snippets.

@monkstone
Last active August 29, 2015 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monkstone/c551f0e341c237bddf84 to your computer and use it in GitHub Desktop.
Save monkstone/c551f0e341c237bddf84 to your computer and use it in GitHub Desktop.
jbox2d maven
<?xml version="1.0" encoding="UTF-8"?>
<extensions>
<extension>
<groupId>io.takari.polyglot</groupId>
<artifactId>polyglot-ruby</artifactId>
<version>0.1.11</version>
</extension>
</extensions>
<dependency>
<groupId>org.jbox2d</groupId>
<artifactId>jbox2d</artifactId>
<version>2.1.2.2</version>
</dependency>
@monkstone
Copy link
Author

pom.xml wants to live in .mvn/extensions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment